JustHandled Agent Utility Gateway for Cursor
io.github.justhandledlabs/agent-gateway
Thirty-two guarded agent utilities and maintained-data lookups over USDC x402.
client:Cursor
transport:stdio
runtime:npm
Install JustHandled Agent Utility Gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@justhandledlabs/agent-client"
],
"env": {
"JH_EVM_PRIVATE_KEY": "<JH_EVM_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs