Z.AI Web Search MCP server extension for Zed editor
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"zed-mcp-server-zai-web-search": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Z.AI Web Search MCP server extension for Zed editor
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
The official MCP server implementation for the Perplexity API Platform
Production ready MCP server with real-time search, extract, map & crawl.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Security Weekly
Get CVE alerts and security updates for Zed Mcp Server Zai Web Search and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Zed extension that connects Zed's AI assistant to Z.AI's Web Search MCP server. It provides web search capabilities through Zed's context server integration.
mcp-remote to bridge Zed's stdio MCP transport to the remote HTTP serverThis extension requires a Z.AI API key.
settings.json:{
"context_servers": {
"mcp-server-zai-web-search": {
"settings": {
"zai_api_key": "your-api-key"
}
}
}
}
The available tools are provided by Z.AI's Web Search MCP server and exposed to Zed through this extension.
This extension uses mcp-remote to bridge Zed's stdio-based MCP transport to Z.AI's remote HTTP endpoint. When configured, it sends the API key as an Authorization: Bearer header.
cargo check
cargo build --target wasm32-wasip1 --release
Install as a development extension in Zed with Install Development Extension and select the project root.
MIT - See LICENSE for details.