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_servers and you didn’t add a "type" field. Zed’s schema is stricter than most clients.
Failed to spawn command
For local installs, Zed’s command is an object with path, args, and env, not a string. This is a 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 Authorization header is exactly Bearer YDC-... with one space.