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
{
"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