Loading MCP server directory, please wait...
Coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.
npx @getmcp/cli add io.github.tomcat65/engramRequires Node.js 18+. Community-contributed server. Review source before installing.
API_KEYShared API key authenticating the bridge to your self-hosted Engram server (generate with: npx -y @tomcat65/engram-mcp init)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.tomcat65/engram": {
"command": "npx",
"args": [
"-y",
"@tomcat65/engram-mcp"
],
"env": {
"API_KEY": "",
"MCP_HOST": "",
"MCP_PORT": ""
}
}
}
}