mcpbeat Sign in

Slimdex MCP Server

by siddhukaushik Your server? Claim it
local only

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.

Installs per day peak 168 · avg 11
a month agotoday
34
Installs / week
npm · slimdex-mcp
0
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 7 h ago · rules 3dff92dd89df

Capabilities

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.

Builds a file path from a variable src/freshness.ts:15, src/search.ts:111
    const st = await fs.stat(path.join(root, relPath));
Runs an external command src/hookstate.ts:119
    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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add slimdex-mcp -- npx -y slimdex-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "slimdex-mcp": {
      "args": [
        "-y",
        "slimdex-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.slimdex-mcp]
command = "npx"
args = ["-y", "slimdex-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "slimdex-mcp": {
      "args": [
        "-y",
        "slimdex-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "slimdex-mcp": {
      "args": [
        "-y",
        "slimdex-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Slimdex MCP

same job, measured the same way
Memory MCP
by yuvalsuede

Persistent memory + git snapshots for Claude Code. Never lose context or code.

39 installs/wk local only
unerr
by unerr-ai

Operational memory for AI agents: code graph, session memory & guardrails. No context rot.

36 installs/wk local only
RemembrallMCP
by cdnsteve

Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.

24 installs/wk local only
Cuba Memorys
by leandropg19

Persistent memory MCP server. 28 tools, BM25+MMR+OOD retrieval, tamper-evident audit, code graph.

local only
Repomemory
by danielguru

Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing.

47 installs/wk local only
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

119 installs/wk local only
AnchorDB
by jolovicdev

Persistent code memory for AI agents: notes pinned to files and symbols that survive refactors.

local only
Sinter
by shellfu

Persistent, evidence-backed code graph for coding agents.

11 481 installs/wk local only

Slimdex MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Slimdex MCP?
Slimdex MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package slimdex-mcp was installed 34 times last week.
How do I connect Slimdex MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls slimdex-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Slimdex MCP?
The npm package slimdex-mcp was installed 34 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Slimdex MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.