How to Use the Honeycomb MCP in Cursor
Write code and debug production incidents with Honeycomb query results injected directly into your Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Honeycomb MCP to Cursor
Create your Vinkius account to connect Honeycomb to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Debug Code with Live Honeycomb Context in Cursor
In Cursor's active editor tab, your agent uses this MCP Server to run `list_datasets` and pull your Honeycomb telemetry schemas directly into your current workspace. You see your real schemas via `list_dataset_columns` as you draft queries. While refactoring code, your Cursor agent runs `run_query` and uses `get_query_result` to inject live Honeycomb trace metrics directly into your codebase. You see real execution times instead of relying on mock data.
Deploy with Confidence Using Cursor and Honeycomb
You can use Cursor's Composer to write a deploy script that automatically calls `create_marker` to annotate your Honeycomb timeline. This ensures that every code change is mapped to its real-world performance impact. Ask Cursor's inline chat to inspect your active Honeycomb alerts using `list_triggers` to debug failing code right where you write it. If a deploy triggers an alert, you can inspect the exact threshold that was violated.
Inspect Team Boards and Queries Directly
No more switching to a browser to find the right dashboard. This MCP Server lets your Cursor agent pull shared dashboards using `list_honeycomb_boards` so you can verify service health while editing. Pull historical Honeycomb query patterns with `list_queries` inside Cursor's chat sidebar to guide your current code generation. It keeps your team's operational knowledge accessible right next to your code.
Set up Honeycomb MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Honeycomb MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Honeycomb transactions." If the MCP tools are loaded correctly, Cursor will call the Honeycomb tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"honeycomb-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Honeycomb. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Honeycomb MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Honeycomb MCP today
We host it, we monitor it, we maintain it. You just paste one token.