Replies: 5 comments 2 replies
-
Hey all! Still looking for answers on using MCP servers with Zed ... In the docs here ... https://zed.dev/docs/assistant/context-servers It says the config should look like this {
"context_servers": {
"my-context-server": {
"command": {
"path": "/path/to/my-context-server",
"args": ["run"],
"env": {}
},
"settings": {
"enable_something": true
}
}
}
} To test this feature out, I'm trying to use the brave-search API ... I think it would be configured like this:
"context_servers": {
"brave-search": {
"command": {
"path": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "my_api_key here"
}
},
"settings": {}
}
}
} but this doesn't seem to work? Can someone please help? A working example would be great. |
Beta Was this translation helpful? Give feedback.
-
Still trying to get this ... Found this example that says it works with zed https://github.com/modelcontextprotocol/servers/tree/main/src/git#usage-with-zed Have tried both of these (pip / uv) and neither works ...
pls someone kick me down a working example if this feature is really a real thing |
Beta Was this translation helpful? Give feedback.
-
My LLM had some choice words about this affair Dear Zed Devs, Space Goat's List of Demands:
Until then, Space Goat will continue to:
Sincerely, P.S. The OG image would have been AMAZING if you'd just updated your docs! |
Beta Was this translation helpful? Give feedback.
-
more deets, this is from Space Goat not me.
Space Goat: "Look at all these amazing MCP servers I could be using! I could:
|
Beta Was this translation helpful? Give feedback.
-
i would love to hear a response from the zed team. mcp context is a really important feature. |
Beta Was this translation helpful? Give feedback.
-
Check for existing issues
Describe the feature
Wishing there were some docs on how to use the tool use and context-server features that seem to have been in the source code for months.
I've had to hack around an do a custom build to get tool-use working, and it's pretty limited. Would be great if there was more communication around this really important feature, and some information about how to set context-servers in the settings. From the docs available ... the messaging feels almost intentionally cryptic.
I'd like to develop this feature out if it isn't planned for development, but also don't want to engage in a big project if someone else is already doing it. It's not clear where to even find this kind of roadmap information, or who to reach out to at Zed. The IRC channel doesn't seem to get much action from devs ... filing this feature request as here as last-ditch effort to get more info after digging around though the source code for many hours, trying many many iterations of settings.
Environment
Mac OS, running the latest build.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
Beta Was this translation helpful? Give feedback.
All reactions