feat: add MemPalace MCP integration as optional Docker overlay#752
Open
thucpru wants to merge 1 commit intonextlevelbuilder:devfrom
Open
feat: add MemPalace MCP integration as optional Docker overlay#752thucpru wants to merge 1 commit intonextlevelbuilder:devfrom
thucpru wants to merge 1 commit intonextlevelbuilder:devfrom
Conversation
Add MemPalace (https://github.com/milla-jovovich/mempalace) as an optional sidecar service providing 19 MCP tools for structured AI memory with palace architecture (wings/rooms/halls), ChromaDB semantic search, temporal knowledge graph, and AAAK compression. All local, zero API calls. Changes: - docker-compose.mempalace.yml: sidecar overlay with Debian-slim container - docker/Dockerfile.mempalace: mempalace + supergateway (stdio→streamable-http) - scripts/mempalace-init.sh: auto-registers MCP server in DB + grants to agents - Makefile: WITH_MEMPALACE flag - docker-compose.yml: added overlay comment - internal/tools/policy.go: HasMCPGroup() for config-based MCP tool detection - internal/agent/resolver.go: ensure config-based MCP tools are accessible - docs/25-mempalace-integration.md: full documentation Usage: make up WITH_MEMPALACE=1 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14717fe to
575d774
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mempalace__prefixChanges
docker/Dockerfile.mempalacedocker-compose.mempalace.ymlscripts/mempalace-init.shMakefileWITH_MEMPALACEflagdocker-compose.ymldocs/25-mempalace-integration.mdinternal/tools/policy.gomempalaceas known MCP prefixinternal/agent/resolver.goUsage
Architecture
Non-breaking
WITH_MEMPALACE=1/docker-compose.mempalace.ymlTest plan
docker-compose.mempalace.yml)mcp_serverstable/v1/mcp/servers/{id}/tools)mempalace-datavolume)🤖 Generated with Claude Code