Connect to Cursor or Windsurf

Cursor, Windsurf, and similar AI coding tools can all connect to Agiflow. You'll add a small settings file to your project and sign in once.

How this works:

Your coding tool watches a config file in your project folder. When it sees Agiflow listed there, it connects automatically every time you open that project — giving your AI assistant live access to your task board.

1

Find your Agiflow connection URL

Log in to Agiflow → Settings → Connections → copy the URL shown.

2

Add the connection in Cursor settings

Open Cursor → go to Settings → Features → MCP → click Add new MCP server.

Fill in: Name: Agiflow, Type: HTTP, URL: your Agiflow URL. Click Save.

Alternatively, create a file at .cursor/mcp.json in your project folder and paste:

.cursor/mcp.json
{ "mcpServers": { "agiflow": { "type": "http", "url": "YOUR_AGIFLOW_URL" } } }
3

Restart Cursor

Close and reopen Cursor so it picks up the new settings.

4

Sign in when prompted

The first time you mention Agiflow, a sign-in window opens in your browser. Log in and click Authorize. Cursor remembers you after this.

5

Try it out

"What tasks do I have in my Agiflow board?"
Only need Agiflow for one project?:

Put the config file inside that project folder only. If you want Agiflow available in all your projects, add it to your global settings instead of a project folder.

Now make Agiflow work for you

Learn what Agiflow can do, or get your board organized first.

Need help?

Something not working as described? We're here to help.

Email support

Community

See how others are using Agiflow to manage their projects.

Join Discord

Developer docs

Looking for technical documentation and API references?

View docs