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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"explorer-mcp": {
"command": "go",
"args": [
"run",
"github.com/NobleMajo/explorer-mcp@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add explorer-mcp go run github.com/NobleMajo/explorer-mcp@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"explorer-mcp": {
"command": "go",
"args": [
"run",
"github.com/NobleMajo/explorer-mcp@latest"
]
}
}
}
📋 Copy