Coding agents add remote MCP servers from the command line or a small config file. All three below sign in through the same browser consent page.
Claude Code
claude mcp add --transport http prominara https://mcp.prominara.comThen run /mcp inside Claude Code and choose Authenticate. The browser opens the Prominara consent page. Claude Code stores the connection per user, so it is available in every project.
Cursor
Add the server to ~/.cursor/mcp.json (or a project-level .cursor/mcp.json):
{
"mcpServers": {
"prominara": {
"url": "https://mcp.prominara.com"
}
}
}Open Settings, then MCP, and click Login next to Prominara. The Prominara MCP page also carries a one-click install link for Cursor and VS Code.
Codex
codex mcp add prominara --url https://mcp.prominara.comFollow the browser prompt to sign in. Codex remembers the connection between sessions.
Any other client
npx add-mcp https://mcp.prominara.comThat writes the server into whichever supported client you choose. For a client the tool does not know, point it at the server address by hand and let it discover OAuth.