Skip to content
Zed

aifp for Zed

io.github.aryanduntley/aifp

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

client:Zed transport:stdio runtime:pypi

Install aifp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "aifp": {
      "command": "uvx",
      "args": [
        "aifp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

aifp in other clients