Cursor
Add OmniDimension to Cursor by editing ~/.cursor/mcp.json. OAuth sign-in on first tool call, no API key handling.
Edit ~/.cursor/mcp.json (create the file if it does not exist):
{
"mcpServers": {
"omnidim": {
"url": "https://mcp.omnidim.io/mcp"
}
}
}Restart Cursor.
Verify
In Cursor's chat panel, ask:
What OmniDimension agents do I have?The first time you do this, Cursor opens the OmniDimension consent screen in your browser. Approve, return to Cursor, and the tool call completes. Cursor will call listAgents and report your agent list. If you see your agents, you're set.
API key instead of OAuth
For headless or CI use, run the local stdio server with an API key from omnidim.io/api-management instead. The config block for Cursor is on that page.
Remove
Delete the omnidim entry from ~/.cursor/mcp.json and restart Cursor. To revoke server-side access, remove the credential at omnidim.io/api-management.
