Unofficial MCP server that bridges AI assistants with Bee wearable lifelogging data, enabling retrieval and management of conversations, facts, todos, and locations.
| Tool name | Description | Destructive? |
|---|---|---|
| list-all-conversations | ✓ no | |
| get-conversation | ✓ no | |
| list-all-user-facts | ✓ no | |
| get-user-fact | ✓ no | |
| record-user-fact | ✓ no |
| update-user-fact | ✓ no | |
| confirm-user-fact⚠ | ⚠ yes | |
| delete-user-fact⚠ | ⚠ yes | |
| list-all-todos | ✓ no | |
| list-incomplete-todos | ✓ no | |
| create-todo | ✓ no | |
| update-todo | ✓ no | |
| delete-todo⚠ | ⚠ yes | |
| mark-todo-completed | ✓ no | |
| list-all-locations | ✓ no | |
| get-locations-by-time | ✓ no | |
| get-locations-today | ✓ no | |
| get-locations-week | ✓ no | |
| get-locations-month | ✓ no |
{
"mcpServers": {
"beemcp": {
"command": "uvx",
"args": [
"beemcp"
]
}
}
}