mossgate mcp for Cursor
dev.mossgate/mossgate-mcp
mcp stdio server exposing mossgate trust and rue render apis with x402 usdc payment
client:Cursor
transport:stdio
runtime:npm
Install mossgate mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mossgate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mossgate-mcp"
],
"env": {
"MOSSGATE_BUYER_PK": "<MOSSGATE_BUYER_PK>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs