PluginBench
MCP Server
Active
MIT

io.github.aryanduntley/aifp MCP Server

io.github.aryanduntley/aifp

What is the io.github.aryanduntley/aifp MCP server?

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

How to install io.github.aryanduntley/aifp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aifp": {
      "command": "uvx",
      "args": [
        "aifp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aifp": {
      "command": "uvx",
      "args": [
        "aifp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aifp": {
      "command": "uvx",
      "args": [
        "aifp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aifp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aifp"
      ]
    }
  }
}
Claude Code
claude mcp add aifp -- uvx aifp

Related MCP servers

Debug PWAs in your real browser via MCP: service-worker, cache, installability & framework state.

0
TypeScript
MIT
View repository →