mcpbeat Sign in

X402 Codesearch MCP Server

local only

X402 Codesearch MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 2 Aug 2026.

Free MCP server: index a repo's files into the x402-codesearch Worker's search index.

Installs per day peak 120 · avg 4
a month agotoday
30
Installs / week
npm · x402-codesearch-mcp
0
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check X402 Codesearch MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to X402 Codesearch MCP

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
Github
by davidweb3-ctrl

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

21 installs/wk local only
Figma React
by manansingh2001

An MCP server that converts Figma designs into React code.

53 installs/wk local only
Gitbuyer
by gitbuyer

Find the repo to build from: search 100k+ repos by base-fitness, clone free or buy over x402.

16 tools answering
Automatised Pipeline
by cdeust

Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.

local only
Deepcontext
by wild-card

Advanced codebase indexing and semantic search MCP server

121 installs/wk local only
siGit
by sigit

MCP server for siGit (sigit.si): browse repos, search code, manage PRs/issues, web search.

answering
RTFM
by roomi-fields

The open retrieval layer for AI agents — index code, docs, data. Search via MCP.

9 734 installs/wk local only

X402 Codesearch MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for X402 Codesearch MCP?
X402 Codesearch 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 x402-codesearch-mcp was installed 30 times last week.
How do I connect X402 Codesearch 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 x402-codesearch-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use X402 Codesearch MCP?
The npm package x402-codesearch-mcp was installed 30 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is X402 Codesearch MCP open source?
Yes — it is published under the MIT licence, written in JavaScript 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.