.mcp.json, making their tools available to all agents. Manage servers live without restarting.
Configuration
MCP servers are defined in.mcp.json at your workspace root:
.mcp.json.example for a full template.
Live Management
All commands work without restart:Calling Tools Directly
Bypass the agent and call any MCP tool directly:OAuth Authentication
Some MCP servers require browser-based OAuth:.octo/oauth/ and reused across sessions.
Server Types
| Type | Description | Example |
|---|---|---|
http | HTTP/SSE endpoint | GitHub Copilot MCP, Tavily, Context7 |
stdio | Local process via stdin/stdout | Playwright, filesystem tools |

