A Model Context Protocol (MCP) server for Bee.computer lifelogging data (unofficial)
Most developer tooling work still happens through a UI a human drives. Beemcp MCP server moves it into the conversation instead. A Model Context Protocol (MCP) server for Bee.computer lifelogging data (unofficial).
This server acts as a bridge, allowing Large Language Models (LLMs) like Claude or custom AI agents to access and interact with your personal data stored in Bee, including conversations, facts, to-dos, and location history.
The server publishes 3 tools. What each one is for:
Conversations — The Conversations tool exposed by this serverFacts — The Facts tool exposed by this serverLocations — Some of these convenience functions are redundant but are added to make usage with current large language models more practicalInstallation goes through your MCP client rather than a global install: point it at @modelcontextprotocol/inspector on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Configuration is passed through the environment: BEE_API_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Beemcp's toolset — Conversations, Facts, Locations — is a fair guide to whether it matches your workflow.
This entry was verified against Beemcp's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Conversations | The Conversations tool exposed by this server. |
| Facts | The Facts tool exposed by this server. |
| Locations | Some of these convenience functions are redundant but are added to make usage with current large language models more practical |
{
"mcpServers": {
"beemcp": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/inspector"],
"env": {
"BEE_API_TOKEN": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| BEE_API_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.