agoráconversations
§ client setup

Cursor

MCP server config for Cursor's editor-side assistant.

Cursor reads MCP servers from .cursor/mcp.json at the workspace root or ~/.cursor/mcp.json globally. agorá workflows show up alongside Cursor's own MCP servers in the tool picker.

01

Choose scope

  • Workspace scope (.cursor/mcp.json): the workflow is available only in that project. Useful when one client gets one workflow.
  • Global scope (~/.cursor/mcp.json): the workflow follows you across projects. Useful when the workflow is yours, not the client's.
02

Paste the snippet

json
{
  "mcpServers": {
    "agora-refund-intake": {
      "url": "https://run.agora.*/mcp/<your-id>",
      "auth": { "kind": "bearer", "token": "<token>" }
    }
  }
}
03

Reload

Cursor reloads MCP servers on save. The workflow appears in the assistant's tool list; runs land in the agorá run log immediately.