Skip to content
Cursor

x402 codesearch mcp for Cursor

io.github.liminalpepe/x402-codesearch-mcp

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

client:Cursor transport:stdio runtime:npm

Install x402 codesearch mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "x402-codesearch-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "x402-codesearch-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

x402 codesearch mcp in other clients