Skip to content
Cursor

FlyDocs for Cursor

ai.flydocs/flydocs

Spec-driven development workflow for AI agents: issue lifecycle, sessions, project updates.

client:Cursor transport:stdio runtime:npm

Install FlyDocs in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "flydocs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@flydocs/cli"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FlyDocs in other clients