Memex Mcp
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).
$ npx claude-code-templates@latest --mcp="integration/memex-mcp" --yesRequires Claude Code. The command adds this mcp server to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this mcp server
Component source
{
"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", "."]
}
}
}
Related Claude Code MCP Servers
Memory Integration
Persistent memory and context management for Claude Code sessions. Store and recall information across conversations and projects.
Github Integration
Direct GitHub API integration for repository management, issue tracking, pull requests, and collaborative development workflows.
N8n Mcp
Build and manage n8n workflows directly from Claude. Includes a pre-built database with all n8n node documentation for workflow automation.
Alpaca Trading
Trading platform MCP server enabling stock, ETF, crypto, and options trading via Alpaca's API. Supports market data, portfolio management, and order execution.
Footballbin Predictions
AI-powered football match predictions for Premier League and Champions League. Returns half-time scores, full-time scores, next goal scorer, corner counts, and key player analysis. Public endpoint, no API key required.
Context7
Context7 by Upstash pulls up-to-date, version-specific documentation and code examples straight from the source and injects them into your prompt. Add 'use context7' to any prompt to activate.
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.