Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

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", "."]
}
}
}