Base MCP Resolver for Claude Desktop
io.github.thgun2yerhed/base-mcp-resolver
Free onboarding tool providing authentic live transaction analysis on Base mainnet.
client:Claude Desktop
transport:sse
tools:1
Install Base MCP Resolver in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"base-mcp-resolver": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-services-seven.vercel.app/api/gateway"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs