context for Cursor
io.github.honeycrisp-suite/context
Local-first personal context over MCP: mail/calendar metadata, briefings, person lookups. No cloud.
client:Cursor
transport:stdio
runtime:npm
Install context in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"context": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@honeycrisp/context"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs