PluginBench
MCP Server
Active
MIT

io.github.liminalpepe/x402-codesearch-mcp MCP Server

io.github.liminalpepe/x402-codesearch-mcp

What is the io.github.liminalpepe/x402-codesearch-mcp MCP server?

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

How to install io.github.liminalpepe/x402-codesearch-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "x402-codesearch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "x402-codesearch-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "x402-codesearch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "x402-codesearch-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "x402-codesearch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "x402-codesearch-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "x402-codesearch-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "x402-codesearch-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add x402-codesearch-mcp -- npx -y x402-codesearch-mcp

Related MCP servers

Verify-before-act safety checks for AI agents: packages, lockfiles, manifests, CI workflows.

0
JavaScript
MIT
View repository →

Free MCP server: render bar/line/area charts to SVG from structured data.

0
TypeScript
MIT
View repository →

Free MCP server: compute a GitHub repo maintenance/abandonment health score from live data.

0
TypeScript
MIT
View repository →
io.github.liminalpepe/x402-codesearch-mcp MCP Server | PluginBench