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.
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.
Find your Agiflow connection URL
Log in to Agiflow → Settings → Connections → copy the URL shown.
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:
{
"mcpServers": {
"agiflow": {
"type": "http",
"url": "YOUR_AGIFLOW_URL"
}
}
}Restart Cursor
Close and reopen Cursor so it picks up the new settings.
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.
Try it out
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.