Remote MCP support #33837
Replies: 3 comments
-
This would be huge for organizational adoption of Zed, where centralized MCP servers can be hosted and leveraged. Would love to see this get added <3 |
Beta Was this translation helpful? Give feedback.
-
I am unable to use the remote version of GitHub MCP Server in Zed. The Local version requires me to use a PAT, which is not very easy to obtain for organization repositories. The remote version is as easy as logging in with my GitHub account to gain access to organization repositories. |
Beta Was this translation helpful? Give feedback.
-
A workaround is to use mcp-remote. Here's how I added the Microsoft Learn server: {
"microsoft.docs.mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://learn.microsoft.com/api/mcp"
]
}
} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Remote MCP support.
Currently, Zed requires the
command
property atsetting.json
But remote mcp just needs
url
(modelcontextprotocol ver.) orhttpUrl
(gemini-cli ver.)Beta Was this translation helpful? Give feedback.
All reactions