diff --git a/README.md b/README.md index da19430..2de3698 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,9 @@ For clients that don't support native remote MCP servers or if you prefer local |--------|----------------------|-----------| | **Claude Desktop (legacy config)** |
View Config**Note**: Only use this if Settings → Integrations doesn't work
{
"microsoft.docs.mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://learn.microsoft.com/api/mcp"
]
}
}
Add to `claude_desktop_config.json`
| [Claude Desktop MCP Guide](https://modelcontextprotocol.io/quickstart/user) | | **Windsurf** |
View Config
{
"microsoft.docs.mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://learn.microsoft.com/api/mcp"
]
}
}
| [Windsurf MCP Guide](https://docs.windsurf.com/windsurf/cascade/mcp) | +| **Warp** |
View Config
{
"microsoft.docs.mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://learn.microsoft.com/api/mcp"
],
"env": { },
"working_directory": null,
"start_on_launch": true
}
}
| [Warp MCP Official Guide](https://docs.warp.dev/knowledge-and-collaboration/mcp) | **Kiro** |
View Config
{
"microsoft.docs.mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://learn.microsoft.com/api/mcp"
]
}
}
| [Kiro MCP Guide](https://kiro.dev/docs/mcp/index) | - ### ▶️ Getting Started 1. **For VS Code**: Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)