ForgeMesh Utility Grid MCP for Cursor
io.github.forgemeshlabs/utility-grid-mcp
Discover and call 400+ practical APIs through six MCP tools with free search and x402 payments.
client:Cursor
transport:stdio
runtime:npm
Install ForgeMesh Utility Grid MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"utility-grid-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forgemeshlabs/utility-grid-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>",
"UTILITY_GRID_BASE_URL": "<UTILITY_GRID_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs