DocsDocs
Open app

Cursor

Add Doow to Cursor IDE for in-editor workspace management.

Cursor supports MCP servers. Adding Doow lets you query and manage your workspace without leaving your editor.

Add the server

  1. Open Cursor settings (Cmd+, on Mac, Ctrl+, on Windows/Linux)
  2. Navigate to FeaturesMCP Servers
  3. Click Add Server
  4. Enter the server URL:
    http
    https://mcp.doow.co
  5. Save the configuration

First use

When you first use a Doow tool, Cursor opens your browser to authenticate:

  1. Sign in with your Doow account
  2. Grant access to your workspace
  3. Return to Cursor

After authentication, the Doow tools appear in Cursor's tool list.

Example usage

Example conversation
You
What apps does my organization use?
Cursor
[calls doow_apps_list]
Your organization uses 47 apps across these categories:
- Engineering: 18 apps ($52,300/year)
- Sales: 12 apps ($31,200/year)
- Marketing: 9 apps ($18,400/year)
- Operations: 8 apps ($25,500/year)
You
Show me the GitHub contract
Cursor
[calls doow_contracts_get]
GitHub Enterprise
- Annual cost: $15,600
- Renewal: March 15, 2027
- Seats: 85 assigned / 100 licensed
- Owner: Engineering

Protected operations

Sensitive operations that may touch card funds, grant or revoke workspace access, or delete data show a confirmation dialog for your approval before they run. You must approve it in Cursor.

See the scopes reference for the current confirmation-gated tools.

Scopes

Your OAuth scopes and Doow role determine which tools Cursor can call. The mcp:write scope enables write tools, and protected tools ask for confirmation before they run.

Remove the server

  1. Open Cursor settings
  2. Navigate to FeaturesMCP Servers
  3. Find the Doow server
  4. Click Remove

Troubleshooting

  1. Server not appearing in tool list

    • Check the server URL is exactly https://mcp.doow.co
    • Restart Cursor after adding the server
    • Check Cursor's MCP logs for connection errors
  2. "Authentication required" on every request

    • Clear Cursor's MCP cache in settings
    • Remove and re-add the server
    • Complete the OAuth flow again
  3. Tools return permission errors

    Your Doow role determines which resources you can access. Contact your organization admin if you need access to additional resources.

Next steps

Was this page helpful?