Connect your AI agent

Claude Code, Cursor and Codex

Add the Prominara MCP server to your coding agent with one command or one config block.

Last updated

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.com

Then 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.com

Follow the browser prompt to sign in. Codex remembers the connection between sessions.

Any other client

npx add-mcp https://mcp.prominara.com

That 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.

Coding agents are the fastest way to close the loop: ship the page, then ask the agent to log the change against the prompts it targets, so the before-and-after window opens the same day you deploy.
Was this page useful?