Zed
Give Zed’s AI assistant real-time web search, content extraction, and citation-backed research through the You.com MCP Server.
Quick setup
Open Zed settings
Press ⌘ , (macOS) or Ctrl , (Linux) to open settings.json. Add the You.com server under context_servers:
Zed gotcha: Zed calls MCP servers context servers in its settings schema. The key is context_servers, not mcpServers or mcp.servers. Also: no "type": "http" field — Zed infers transport from the presence of url vs command.
This uses our free tier: 100 web searches per day, no signup.
Higher rate limits + full toolset
For unlimited queries plus you-contents and you-research:
Get a key at you.com/platform.
Local install (stdio)
For offline development:
Zed gotcha: for stdio servers, command is an object with path, args, and env fields — not a string. This is different from Claude Desktop’s format.
Omit YDC_API_KEY for free-tier behavior.
Quick demo
Troubleshooting
- Server not appearing in assistant — confirm the key is
context_serversand you didn’t add a"type"field. Zed’s schema is stricter than most clients. - “Failed to spawn command” (local install only) — Zed’s
commandis an object withpath/args/env, not a string. Common copy-paste mistake from other clients’ configs. - Tools never get called — Zed’s AI assistant requires you to enable tools explicitly in the panel UI. Click the tools dropdown and tick You.com’s tools.
- 401 with API key — verify
Authorizationheader is exactlyBearer YDC-...with one space.