Aidex MCP Server

The persistent brain for AI coding agents. AiDex is an MCP server that gives AI coding assistants a memory, semantic search, and live telemetry - local-first, model-agnostic. Works with any MCP-compatible AI assistant: Claude Code, Claude Desktop, Cursor, Windsurf, Gemini CLI, VS Code Copilot, and more. Its 29 documented tools cover aidex, global, init, signatures.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-05 · ★ 42 · #49 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Aidex

Claude Code

claude mcp add cscsoftware-aidex -- npx -y aidex-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cscsoftware-aidex": {
      "command": "npx",
      "args": [
        "-y",
        "aidex-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package aidex-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.CSCSoftware is GitHub-verified and matches the repo owner

03 · What Aidex can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can index a project (creates .aidex/), search by term (exact/contains/starts_with), get one file's classes + methods, and get signatures for multiple files (glob).

The 29 tools it gives your agent

Extracted from the project's README - what aidex lets an agent do.

aidex_init
- Index a project (creates .aidex/)
aidex_query
- Search by term (exact/contains/starts_with)
aidex_signature
- Get one file's classes + methods
aidex_signatures
- Get signatures for multiple files (glob)
aidex_update
- Re-index a single changed file
aidex_remove
- Remove a deleted file from index
aidex_summary
- Project overview
aidex_tree
- File tree with statistics
aidex_describe
- Add documentation to summary
aidex_link
- Link another indexed project
aidex_unlink
- Remove linked project
aidex_links
- List linked projects
show all 29 tools
aidex_status
- Index statistics
aidex_scan
- Find indexed projects in directory tree
aidex_files
- List project files by type (code/config/doc/asset)
aidex_note
- Read/write session notes (persists between sessions)
aidex_session
- Start session, detect external changes, auto-reindex
aidex_viewer
- Open interactive project tree in browser
aidex_task
- Create, read, update, delete tasks with priority and tags
aidex_tasks
- List and filter tasks by status, priority, or tag
aidex_screenshot
- Take a screenshot (fullscreen, window, region) with optional scale + color reduction
aidex_windows
- List open windows for screenshot targeting
aidex_global_init
- Scan directory tree, register all indexed projects in global DB
aidex_global_status
- List all registered projects with stats
aidex_global_query
- Search terms across ALL registered projects
aidex_global_signatures
- Search methods/types by name across all projects
aidex_global_refresh
- Update stats and remove stale projects from global DB
aidex_global_guideline
- Store/retrieve AI guidelines and coding conventions (key-value, global)
aidex_log
- Universal log receiver - start HTTP server, query logs, live stream in Viewer

Latest releases

v2.3.0 · 2026-08-05

Two new dashboard controls, Kotlin and Swift, and three Viewer fixes - one of which could freeze the whole MCP server. · One indexed file could freeze the entire server · The per-file stats in buildTree used three LEFT…

v2.2.2 · 2026-06-30

Community contribution - Astro support. 🎉 · Added · .astro file support (#15, thanks @zlegein) - Astro components are now indexed by parsing their TypeScript frontmatter (the code between the --- fences) with the…

v2.2.1 · 2026-06-30

Install fix. On Node.js 24, npm install -g aidex-mcp failed for many users with node-gyp errors - they had to install a full C++ toolchain (Visual Studio Build Tools on Windows, the Xcode sysroot on macOS) just to…

04 · Who maintains Aidex

aidex is maintained by cscsoftware. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
coding agent - ranked #49 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-08-05)
registry
io.github.CSCSoftware/aidex (active, first published 2026-02-01 · 2 versions)
packages
npm:aidex-mcp

06 · Aidex FAQ

Is Aidex still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-05 and it shipped 6 releases in the last 90 days. We re-verify nightly.

What can Aidex do?

With this server connected, an agent can index a project (creates .aidex/), search by term (exact/contains/starts_with), get one file's classes + methods, and get signatures for multiple files (glob).

How do I install Aidex?

Run `npx -y aidex-mcp`. You can also paste the ready-made client config above.

Does Aidex run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Aidex

More coding agent MCP servers · Repomemory · Capsule · Misterdev · Huly MCP · Defenter Proxy

More TypeScript MCP servers · Muscles Worked · France Data MCP · Ctxfile · Peek · Cueapi MCP Server · see all