mcpbeat Sign in

Aidex MCP Server

by cscsoftware Your server? Claim it
local only

Aidex runs on your own machine — the client starts it, so there is no endpoint to ping. 141 installs a week from npm. Last commit 6 Aug 2026.

Persistent code indexing for AI assistants. 50x less context than grep. 11 languages.

Installs per day peak 42 · avg 17 · -31% w/w
a month agotoday
141
Installs / week
npm · aidex-mcp
43
Stars
1 open issues
6 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 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 scripts/postinstall.mjs
        const child = spawn(process.execPath, [workerPath], {

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

Alternatives to Aidex

same job, measured the same way
M
In Memoria
by pi22by7

Persistent codebase intelligence that gives AI assistants memory across sessions

97 installs/wk local only
I
In Memoria
by pi22by7

Persistent codebase intelligence that gives AI assistants memory across sessions

local only
Codeweaver
by knitli

Semantic code search built for AI agents. Hybrid, AST-aware, context for 166 languages.

142 installs/wk local only
MCP Toolz
by taylorleese

Context management, todo persistence, and multi-AI perspectives for Claude Code

239 installs/wk local only
Cdbx
by cdbx

Build Apps and run code in 30 languages — sandboxed, with persistent sessions for agent loops.

answering
Maguyva
by maguyva

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

answering
Mneme
by patsa2561-art

Memory layer for AI coding assistants. Indexes git history + code, exposes via MCP.

861 installs/wk local only
Repomemory
by danielguru

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

85 installs/wk local only

Aidex — questions

Answers built from our own checks of this server.

Why is there no uptime for Aidex?
Aidex 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 aidex-mcp was installed 141 times last week.
How do I connect Aidex?
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 aidex-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Aidex?
The npm package aidex-mcp was installed 141 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aidex open source?
Yes — it is published under the MIT licence, written in TypeScript, 43 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.