Slimdex MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 4 Aug 2026.
Narrow code retrieval for agents: outlines, symbol context, dep graph, persistent memory.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add slimdex-mcp -- npx -y slimdex-mcp
{
"mcpServers": {
"slimdex-mcp": {
"args": [
"-y",
"slimdex-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.slimdex-mcp]
command = "npx"
args = ["-y", "slimdex-mcp"]
{
"mcpServers": {
"slimdex-mcp": {
"args": [
"-y",
"slimdex-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"slimdex-mcp": {
"args": [
"-y",
"slimdex-mcp"
],
"command": "npx"
}
}
}
Persistent memory + git snapshots for Claude Code. Never lose context or code.
Operational memory for AI agents: code graph, session memory & guardrails. No context rot.
Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.
Persistent memory MCP server. 29 tools, BM25+MMR+OOD retrieval, tamper-evident audit, code graph.
Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing.
Local code-memory graph for AI coding agents.
Persistent memory for Claude Code. Search, recall, and re-inject context from any session.
Persistent memory for Claude Code. Search, recall, and re-inject context from any session.
Answers built from our own checks of this server.