-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Course
data-engineering-zoomcamp
Question
How do I add the Bruin MCP server to VS Code?
Answer
To add the Bruin MCP server to VS Code:
- Open the command palette in your IDE and search for "MCP: Add Server..."
- Choose "Command (stdio)"
- Enter the following command:
bruin mcp - Name the server "bruin"
- Choose to add it:
- Globally: If you are doing local development
- Remotely/Workspace: If you are doing development in GitHub Codespaces
- You should now see "bruin" listed when you use the "MCP: List Servers" command in vs code.
Checklist
- I have searched existing FAQs and this question is not already answered
- The answer provides accurate, helpful information
- I have included any relevant code examples or links
Reactions are currently unavailable