Skip to content
Cursor

aifp for Cursor

io.github.aryanduntley/aifp

Database-driven FP enforcement and project management for AI-maintained codebases

client:Cursor transport:stdio runtime:pypi

Install aifp in Cursor

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

{
  "mcpServers": {
    "aifp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aifp"
      ]
    }
  }
}

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

aifp in other clients