mcp for Cursor
io.github.suigar-gaming/mcp
AI agent MCP server for Suigar casino game, SweetHouse, NFT, and referral transactions.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@suigar/mcp"
],
"env": {
"SUIGAR_MCP_BRIDGE_WEB_URL": "<SUIGAR_MCP_BRIDGE_WEB_URL>",
"SUIGAR_MCP_BRIDGE_TIMEOUT_MS": "<SUIGAR_MCP_BRIDGE_TIMEOUT_MS>",
"SUIGAR_MCP_BRIDGE_MAX_BODY_BYTES": "<SUIGAR_MCP_BRIDGE_MAX_BODY_BYTES>",
"SUIGAR_MCP_SESSION_SETUP_TIMEOUT_MS": "<SUIGAR_MCP_SESSION_SETUP_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs