Start Using Hud MCP Server
Hud MCP server is enabled using our IDE extension.
Available for: Cursor, Windsurf, Visual Studio Code
Enable MCP in your IDE
- Install or update Hud extension (version 1.2.3+). You can find it on VSC Marketplace.
- Log in to Hud in your extension.
- Run command
Hud: Add MCP
(using cmd+Shift+P). - Turn on Hud MCP server in your IDE.
- Cursor: Go to
Settings...
->Curser Settings
->MCP
, and Enablehud
toggle. - Visual Studio Code: Go to file
mcp.json
-> Click theStart
button next to Hud MCP declaration. - Windsurf: Click
Refresh
button in the AI agent chat panel.
- Cursor: Go to
You are all set!
Need Help? Reach out to our support team at [email protected].
Once MCP is running
You can start using AI tools like Cursor with live production context.
- Ask your agent: โWhat can MCP Hud tell me about my service?โ
Explore more examples and use cases:
- "What are the top endpoints with the highest error rates?"
- "What are the slowest endpoints in my service?"
- "Give me an overview of endpoint health in production."
- "Show me how
/api/users/login
is performing in production." - "Has the
/payments/process
endpoint been slower than usual?" - "What errors have been happening on
/auth/reset-password
lately?" - "Which functions are causing the most errors when calling
/orders/create
?" - "Which functions are slowing down the
/cart/add endpoint
?" - "Compare the performance of
/search
between this week and last week."
Updated 3 days ago
Whatโs Next