mcpbeat Sign in

Index Server MCP Server

by jagilber-org Your server? Claim it
local only

Index Server runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from npm. Last commit 15 Sep 2026.

MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion.

Installs per day peak 33 · avg 9 · +150% w/w
a month agotoday
78
Installs / week
npm · @jagilber-org/index-server
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 38 min 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 database query by concatenation src/dashboard/client/js/chart.umd.js:13
…((t=>t.canvas===e)).pop()};function Cn(t,e,i){const s=Object.keys(t);for(const n of s){const s=+n;if(s>=e){const o=t[n];delete t[n],(i>0||s>e)&&(t[s+i]=o)}}}function On(t,e,i){return t.options.clip?t[i]:e[i]}class An{static defaults=ue;static instances=Pn;static overrides=re;stat…
      const filepath = path.join(this.storageDir, filename);
      const child = spawn(cmd, args, { detached: true, stdio: 'ignore' });
  for (const [k, v] of Object.entries(process.env)) {
Page executes code built at runtime src/dashboard/client/admin.html:1282
            document.getElementById('system-health').innerHTML = html;

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

Alternatives to Index Server

same job, measured the same way
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 520 installs/wk local only
Parseflow
by libres-coder

PDF parsing server with text extraction, metadata, search, images, and TOC via MCP

64 installs/wk local only
Octocode
by muvon

AI-powered code indexer with semantic search and knowledge graphs

467 installs/wk local only
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

21 installs/wk local only
Deepcontext
by wild-card

Advanced codebase indexing and semantic search MCP server

121 installs/wk local only
Understand Quickly
by looptech-ai

Public registry of code-knowledge graphs for AI agents with schema validation and drift detection.

32 installs/wk local only
CoderSwap MCP Server
by njlnaet

Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop.

26 installs/wk local only
ableton-mind — Ableton Live MCP server
by pantani

Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.

33 installs/wk local only

Index Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Index Server?
Index Server 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 @jagilber-org/index-server was installed 78 times last week.
How do I connect Index Server?
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 @jagilber-org/index-server straight from npm; nothing to host, nothing to sign up for.
How many people use Index Server?
The npm package @jagilber-org/index-server was installed 78 times in the last week. Week over week that is +150%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Index Server 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.