mcpbeat

Slimdex MCP Server

by siddhukaushik
local only

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.

Installs / week
npm · slimdex-mcp
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
TypeScript

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.

29 installs/wk local only
unerr
by unerr-ai

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

28 installs/wk local only
RemembrallMCP
by cdnsteve

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

40 installs/wk local only
Cuba Memorys
by leandropg19

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

2 771 installs/wk local only
Repomemory
by danielguru

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

46 installs/wk local only
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

184 installs/wk local only
Recall
by clauderecallhq

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

523 installs/wk local only
C
Recall
by clauderecall

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

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.
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.
Is Slimdex MCP open source?
Yes — it is published under the NOASSERTION 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.