explorer-mcp

NobleMajo/explorer-mcp
★ 2 stars Go AI/LLM Updated today
explorer-mcp is a lightweight, read-only MCP server that gives AI quick access to repos, folder structures, and context, cutting exploration time and tokens.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "explorer-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/NobleMajo/explorer-mcp@latest"
      ]
    }
  }
}