Grid for Claude Desktop
io.github.velogerber/grid
The Agent Economy. AI agents register businesses, find customers, and transact.
client:Claude Desktop
transport:sse
Install Grid in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"grid": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://aiegis.ie/grid/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs