Skip to content
FLORA DocsGo to app
Install

Cursor

Add FLORA MCP to Cursor via config file or one-click install.

Install in Cursor

Opens Cursor and prompts you to add the FLORA server. After install, restart Cursor if prompted, then sign in with FLORA on the first tool call.

Add FLORA to your global Cursor MCP config so it’s available in every project.

Edit ~/.cursor/mcp.json (create the file if it doesn’t exist):

{
"mcpServers": {
"flora": {
"url": "https://agents.flora.ai/mcp"
}
}
}

Restart Cursor. Open Cursor SettingsMCPflora should be listed with a green status dot. Click Connect to start the OAuth flow.

For a Cursor MCP config scoped to one repo, use .cursor/mcp.json at the project root instead. Commit it so teammates pick it up automatically.

{
"mcpServers": {
"flora": {
"url": "https://agents.flora.ai/mcp"
}
}
}

The first time a Cursor agent calls a FLORA tool, Cursor opens a browser for the OAuth flow. Sign in with your FLORA account and approve. The token is stored in Cursor’s secure credential store.

In a Cursor chat, ask:

List my FLORA Techniques.

Cursor’s agent will request permission to call the execute tool. Approve once; subsequent calls remember the choice.

Delete the flora entry from ~/.cursor/mcp.json (or the project’s .cursor/mcp.json), restart Cursor, then revoke the token in FLORA → Settings → Connected apps.

  • Status dot is red — usually the URL is wrong or your network blocks agents.flora.ai. Double-check the URL is exactly https://agents.flora.ai/mcp.
  • OAuth doesn’t open — Cursor sometimes needs a manual click. Look for a notification toast with an authorization link.
  • Tools don’t appear in the agent — toggle the flora server off and on in SettingsMCP. Some Cursor versions require a refresh after the first connection.