MCP Server
io.github.honeycrisp-suite/context MCP Server
io.github.honeycrisp-suite/context
What is the io.github.honeycrisp-suite/context MCP server?
Local-first personal context over MCP: mail/calendar metadata, briefings, person lookups. No cloud.
How to install io.github.honeycrisp-suite/context
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": {
"context": {
"command": "npx",
"args": [
"-y",
"@honeycrisp/context",
"serve"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"context": {
"command": "npx",
"args": [
"-y",
"@honeycrisp/context",
"serve"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"context": {
"command": "npx",
"args": [
"-y",
"@honeycrisp/context",
"serve"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"context": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@honeycrisp/context",
"serve"
]
}
}
}Claude Code
claude mcp add context -- npx -y @honeycrisp/context serveRelated MCP servers
Apple Mail over MCP: fenced reads, draft-only writing, human-gated actions, audited with undo.
View repository →