cogmemai for Cursor
io.github.hifriendbot/cogmemai
The smart memory layer for everything Ai. 95.10% LongMemEval (highest published).
client:Cursor
transport:stdio
runtime:npm
Install cogmemai in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cogmemai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
],
"env": {
"COGMEMAI_API_KEY": "<COGMEMAI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs