From 82e7e7c181ecedb9f04d24d1880afd5580d53639 Mon Sep 17 00:00:00 2001 From: "Marco S. Casalaina" Date: Sun, 6 Jul 2025 15:13:42 -0700 Subject: [PATCH] Add Warp configuration to README.md - Added Warp MCP configuration instructions to the alternative installation table - Includes manual configuration with npx mcp-remote proxy - Added link to official Warp MCP guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 348301a0..9ac9d5f9 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ 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) ### ▶️ Getting Started