rergards/mempalace-code
v1.13.5Apache-2.0
Local-first semantic memory for coding agents, packaged with a minimal-profile MCP server and LLM skill.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
mempalace-codestdio
{
"type": "stdio",
"command": "mempalace-code-mcp",
"args": [
"--profile=minimal"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "mempalace-code",
"version": "1.13.5",
"description": "Local-first semantic memory for coding agents, packaged with a minimal-profile MCP server and LLM skill.",
"author": {
"name": "mempalace-code contributors",
"url": "https://github.com/rergards/mempalace-code"
},
"homepage": "https://github.com/rergards/mempalace-code",
"repository": "https://github.com/rergards/mempalace-code",
"license": "Apache-2.0",
"keywords": [
"agent-plugins",
"mcp",
"memory",
"local-first",
"semantic-search"
]
}