Zed
Connect Vue Docs MCP to Zed.
Setup
Add to your Zed settings.json. See the Zed Context Server docs for more info.
json
{
"context_servers": {
"vue-docs": {
"source": "custom",
"settings": {
"url": "https://mcp.vue-mcp.org/mcp"
}
}
}
}TIP
Zed uses context_servers instead of mcpServers.
Verify
After saving, the Vue Docs tools should be available in Zed's assistant panel.
Usage
Ask the assistant about Vue:
- "How does reactivity work in Vue 3?"
- "Show me the
Teleportcomponent API" - "Help me with component
propsvalidation"