Skip to content
Cursor

File AI for Cursor

io.github.flyfish-dev/file-ai

Agent-ready local document context with stable anchors.

client:Cursor transport:stdio runtime:npm

Install File AI in Cursor

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

{
  "mcpServers": {
    "file-ai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@flyfish-dev/file-ai"
      ]
    }
  }
}

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

File AI in other clients