Skip to content
VS Code

aifp for VS Code

io.github.aryanduntley/aifp

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

client:VS Code transport:stdio runtime:pypi

Install aifp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

aifp in other clients