Beeminder Connector for AI agents.
10 live capabilities
Manage your habit tracking and goal progress through natural conversation.
Waiting for input…
Why people use Beeminder
Beeminder Habit Tracking for Better Goal Management
With this Connector, that friction disappears. You just tell your agent to log your workout or your writing progress. It handles the interaction with Beeminder, so you can stay focused on the actual work instead of the bookkeeping.
What Vinkius changes
You can manage your entire habit-tracking system through natural conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Logging a workout
A runner finishes a 5k and tells their agent to log it.
- Real-world use case 02
Weekly review
A freelancer asks their agent for a status update on all goals.
- Real-world use case 03
Correcting a typo
A writer realizes they logged 1000 words instead of 100.
Complete set · 10capabilities
The complete Beeminder capability set.
These are the exact actions your AI can choose when you ask it to work with Beeminder.
01—04
4 capabilities in this set.
Part of 10 available through Beeminder.
- 01 Capability
List goals
Get a list of every active goal in your account. This is the best way to get a bird's-eye view of your commitments.
- 02 Capability
Get user info
Fetch your profile details from Beeminder. Use this to confirm your account is connected correctly.
- 03 Capability
Add datapoint
Send a new piece of data to a goal. This is how you actually log your habits like words written or miles run.
- 04 Capability
Delete datapoint
Remove a specific entry from your history. It's the easiest way to fix a typo or an accidental log.
05—07
3 capabilities in this set.
Part of 10 available through Beeminder.
- 05 Capability
Get goal status
See your current road color and limsum summary. It tells you exactly how close you are to a derailment.
- 06 Capability
Get goal
Pull all the specific details for one goal. This gives you the full context of a single commitment.
- 07 Capability
List charges
See your recent pledges and charges. It's useful for auditing your account history and costs.
08—10
3 capabilities in this set.
Part of 10 available through Beeminder.
- 08 Capability
List datapoints
See all the previous entries you've made for a specific goal. It helps you track trends over time.
- 09 Capability
Refresh goal
Force the Connector to pull the latest data for a specific goal. Use this if your agent seems to have outdated info.
- 10 Capability
Update datapoint
Change an existing entry for a goal. This lets you correct a value without having to delete and re-add it.
Set up in minutes
One URL. Then ask Beeminder to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Beeminder from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_jzJfNG3DOGruHZZEsEQmzldM9bnp2TU8B3qCHYtq/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Beeminder, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Beeminder for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_jzJfNG3DOGruHZZEsEQmzldM9bnp2TU8B3qCHYtq/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Beeminder URL.
- Step 03
Save and start
Save the connection and enable Beeminder in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"beeminder": {
"url": "https://edge.vinkius.com/vk_preview_jzJfNG3DOGruHZZEsEQmzldM9bnp2TU8B3qCHYtq/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Beeminder
Open Agent mode in chat and ask: "Using Beeminder, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"beeminder": {
"url": "https://edge.vinkius.com/vk_preview_jzJfNG3DOGruHZZEsEQmzldM9bnp2TU8B3qCHYtq/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Beeminder
Ask Copilot: "Using Beeminder, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"beeminder": {
"url": "https://edge.vinkius.com/vk_preview_jzJfNG3DOGruHZZEsEQmzldM9bnp2TU8B3qCHYtq/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Beeminder
Open Cascade and ask: "Using Beeminder, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"beeminder": {
"url": "https://edge.vinkius.com/vk_preview_jzJfNG3DOGruHZZEsEQmzldM9bnp2TU8B3qCHYtq/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Beeminder
Ask Cline: "Using Beeminder, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add beeminder --transport http "https://edge.vinkius.com/vk_preview_jzJfNG3DOGruHZZEsEQmzldM9bnp2TU8B3qCHYtq/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Beeminder
Ask Claude: "Using Beeminder, show me...". 10 tools are ready
Where the request belongs
Work Beeminder can move forward.
This is for the quantified self crowd who are tired of manual data entry. It's for people who want to keep their goals front and center without the friction of jumping between apps.
Productivity Coach
Use it to check client goal statuses during weekly reviews to provide quick progress updates.
Software Developer
Log coding milestones directly from the code editor to keep your project goals updated.
Fitness Enthusiast
Log gym sessions or miles run without leaving your workspace to maintain your streak.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHabitify
Automate habit tracking via Habitify. manage habits, logs, and personal growth directly from any AI agent.
Reclaim.ai
Equip your AI to directly manage tasks, habits, and scheduling links via your smart Reclaim.ai calendar assistant.
Digital Wellness Boundary Setter
Establish healthy digital habits with personalized notification schedules, social media limits, and a digital sunset time.
Structured
Connect your AI to Structured. Programmatically manage your daily planner, tasks, and routines seamlessly directly from your terminal.
Lunatask
Manage tasks, habits, and notes via the Lunatask REST API (Encrypted Metadata Only).
RescueTime
Track productivity, manage Focus Sessions, and analyze time usage directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Beeminder connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Beeminder.
The practical details behind the request, access and result.
How does Beeminder MCP help me stay consistent?
It removes the friction of opening a separate app to log your habits. You can just tell your AI agent to record your progress as it happens.
Can I use Beeminder MCP to see if I'm about to fail a goal?
Yes. You can ask your agent to check your status, and it will tell you your current road color and how much time you have left.
Is Beeminder MCP good for logging multiple habits?
It's perfect for that. You can ask your agent to list all your goals and then log data for any of them one by one.
Can I fix a mistake I made when logging a habit?
Absolutely. Just tell your agent what you got wrong, and it will use the update capability to correct the data for you.
Does Beeminder MCP work with my favorite AI client?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf.
How do I get my agent to see my latest Beeminder data?
You can just ask your agent to refresh your goals. It will pull the newest information from your account immediately.
Can I see how much I've been charged for my Beeminder pledges?
Yes, your agent can pull a list of your recent charges and pledges so you can audit your account.
Can I add a new datapoint to a goal from the agent?
Yes! Use the add_datapoint action with the goal slug and the value. You can also add an optional comment. Your agent will log it to Beeminder instantly.
How do I check if I'm in danger of derailing on a goal?
Simply ask the agent to get_goal_status with the Goal Slug. It will return the road status color (e.g., green, yellow, orange, red) and a summary of how much time or value remains.
Does the integration allow me to create new goals?
Currently, the toolset focuses on managing existing goals (logging data, checking status). Creating new goals with complex 'Yellow Brick Road' configurations must be done on the Beeminder website.
One connection away
Give your agent a direct line to Beeminder.
Connect Beeminder once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available