Skip to content
Cursor

aifp mcp for Cursor

io.github.wjabanjj/aifp-mcp

Persistent memory MCP server for AI coding assistants. Chinese-first and fully local.

client:Cursor transport:stdio runtime:npm

Install aifp mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aifp-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aifp-mcp"
      ],
      "env": {
        "COGNITION_LLM_API_KEY": "<COGNITION_LLM_API_KEY>"
      }
    }
  }
}

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

aifp mcp in other clients