Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ For clients that don't support native remote MCP servers or if you prefer local
|--------|----------------------|-----------|
| **Claude Desktop (legacy config)** | <details><summary>View Config</summary>**Note**: Only use this if Settings → Integrations doesn't work<br/><pre>{<br/> "microsoft.docs.mcp": {<br/> "command": "npx",<br/> "args": [<br/> "-y",<br/> "mcp-remote",<br/> "https://learn.microsoft.com/api/mcp"<br/> ]<br/> }<br/>}</pre>Add to `claude_desktop_config.json`</details>| [Claude Desktop MCP Guide](https://modelcontextprotocol.io/quickstart/user) |
| **Windsurf** | <details><summary>View Config</summary><pre>{<br/> "microsoft.docs.mcp": {<br/> "command": "npx",<br/> "args": [<br/> "-y",<br/> "mcp-remote",<br/> "https://learn.microsoft.com/api/mcp"<br/> ]<br/> }<br/>}</pre> </details>| [Windsurf MCP Guide](https://docs.windsurf.com/windsurf/cascade/mcp) |
| **Warp** | <details><summary>View Config</summary><pre>{<br/> "microsoft.docs.mcp": {<br/> "command": "npx",<br/> "args": [<br/> "-y",<br/> "mcp-remote",<br/> "https://learn.microsoft.com/api/mcp"<br/> ],<br/> "env": { },<br/> "working_directory": null,<br/> "start_on_launch": true<br/> }<br/>}</pre></details> | [Warp MCP Official Guide](https://docs.warp.dev/knowledge-and-collaboration/mcp)
| **Kiro** | <details><summary>View Config</summary><pre>{<br/> "microsoft.docs.mcp": {<br/> "command": "npx",<br/> "args": [<br/> "-y",<br/> "mcp-remote",<br/> "https://learn.microsoft.com/api/mcp"<br/> ]<br/> }<br/>}</pre> </details>| [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)
Expand Down