Loading MCP server directory, please wait...
Memory for AI agent teams across tools, sessions, repositories, and teammates.
npx @getmcp/cli add tools.engram/engramRequires Node.js 18+. Community-contributed server. Review source before installing.
ENGRAM_API_KEYWorkspace or restricted agent credential from Engram.
ENGRAM_API_URLHosted Engram API endpoint.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tools.engram/engram": {
"command": "npx",
"args": [
"-y",
"engram-tools",
"mcp"
],
"env": {
"ENGRAM_API_KEY": "",
"ENGRAM_API_URL": "https://api.engram.tools"
}
}
}
}