Cursor - GoMarble AI
Cursor
Using with Cursor
Go to your Cursor editor's settings ( "Settings" > "Cursor Settings")
Navigate to "MCP" > "+ Add new global MCP server" OR "Tools & Integrations" > "New MCP Server"
Add the following to your
mcp.json:
{
"marble":{
"command":"npx",
"args":["mcp-remote","https://apps.gomarble.ai/mcp-api/sse"]
}
}
Save your
mcp.jsonfile. If this is your first time using the integration, you'll be prompted to authenticate.Once authenticated, you can start using Cursor with our MCP server.
Note: If you run into Internal Server Error you can delete your local ~/.mcp-auth directory:
rm -rf ~/.mcp-auth
Warning: If you have other applications that might be using this directory
~/.mcp-authyou will need to re-auth (e.g., other applications that use mcp-remote)