Slimdex MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 18 Aug 2026.
Narrow code retrieval for agents: outlines, symbol context, dep graph, persistent memory.
We read the source, 7 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const st = await fs.stat(path.join(root, relPath));
execFile(process.execPath, args, { cwd: root, timeout: 20_000 }, (err, stdout, stderr) => {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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. 28 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 code memory for AI agents: notes pinned to files and symbols that survive refactors.
Persistent, evidence-backed code graph for coding agents.
Answers built from our own checks of this server.