11 lines
602 B
JSON
11 lines
602 B
JSON
{
|
|
"mcpServers": {
|
|
"memex": {
|
|
"type": "stdio",
|
|
"description": "Developer context continuity for AI coding agents. Watches your git repos and builds a temporal knowledge graph of modules, symbols, decisions, and open problems via Graphiti + Neo4j, then serves it over MCP. Every edge carries a validity window and a confidence score that decays over time. 12 tools across read and write. Requires NEO4J_URI, NEO4J_USER, NEO4J_PASSWORD, and GEMINI_API_KEY (set in your repo's .env).",
|
|
"command": "npx",
|
|
"args": ["-y", "stifler-memex-mcp", "serve", "--repo", "."]
|
|
}
|
|
}
|
|
}
|