A mailbox as an MCP server — pull mail through a stable, language-agnostic tool contract. Built on mcp-go.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"briefkasten": {
"command": "go",
"args": [
"run",
"github.com/klarlabs-studio/briefkasten@latest"
]
}
}
}
Run in terminal:
claude mcp add briefkasten go run github.com/klarlabs-studio/briefkasten@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"briefkasten": {
"command": "go",
"args": [
"run",
"github.com/klarlabs-studio/briefkasten@latest"
]
}
}
}