mcpbeat Sign in

Girder MCP Server

by dhishwasher Your server? Claim it
local only

Girder runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Semantic-graph code context: one function instead of a whole file, and minimal test selection.

Installs / week
npm · girder-mcp
11
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
NOASSERTION
License
Rust

What the code does

We read the source, 18 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.

Runs a command on install [пакет] package.json:1
postinstall: node install.js
File ships in the package but is absent from the source [пакет] bin/girder-mcp.js:1, [пакет] bin/girder.js:1, [пакет] install.js:1 и ещё 1
этот файл ставится пользователю, но в репозитории его нет
const child = spawn(binary, ["mcp", ...forwarded], {
Builds a file path from a variable npm/install.js:84, [пакет] install.js:84
    const archive = path.join(scratch, asset);
Executes code built at runtime tools/authoring_task_check.py:25
        exec(compile(source, str(path), "exec"), namespace)
Runs an external command tools/harness_support.py:50
    process = subprocess.Popen(

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 girder -- npx -y girder-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "girder": {
      "args": [
        "-y",
        "girder-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.girder]
command = "npx"
args = ["-y", "girder-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "girder": {
      "args": [
        "-y",
        "girder-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "girder": {
      "args": [
        "-y",
        "girder-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Girder

same job, measured the same way
TokenSave
by aovestdipaperino

Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

local only
Maguyva
by maguyva

Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.

answering
Cortex
by danielblomma

Local repo context for coding assistants with semantic search and graph relationships.

518 installs/wk local only
Infimium
by aryankumar06

Private AI context layer for semantic code search, dependency graphs, memory, and workspaces.

46 installs/wk local only
Rpg Encoder
by userfrm

Semantic code graph for AI-assisted code understanding via tree-sitter and MCP.

57 installs/wk local only
Kai
by kailayerhq

Semantic code intelligence — call graphs, dependencies, impact analysis, and test coverage.

539 installs/wk local only
Idencify
by jospnunes

Whole-repo code graph for AI agents: impact analysis, dead code, cycles, semantic search — 14 tools.

answering
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only

Girder — questions

Answers built from our own checks of this server.

Why is there no uptime for Girder?
Girder 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 girder-mcp.
How do I connect Girder?
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 girder-mcp straight from npm; nothing to host, nothing to sign up for.
Is Girder open source?
We cannot say that it is. On our reading no licence is declared for it, which is not the same as open source: source code can be public and still be proprietary. Check the terms with the vendor before you build on it.