Content
# mcp-server-brave-search
Zed extension that wraps the official Brave Search MCP server: [`@brave/brave-search-mcp-server`](https://www.npmjs.com/package/@brave/brave-search-mcp-server). See the upstream project for features and usage details: [brave/brave-search-mcp-server](https://github.com/brave/brave-search-mcp-server/).
## Configuration
This MCP server requires an API key.
1. Sign up for a [Brave Search API account](https://brave.com/search/api/)
2. Choose a plan (Free tier available with 2,000 queries/month)
3. Generate your API key [from the developer dashboard](https://api.search.brave.com/app/keys)
In your Zed settings:
```json
{
"context_servers": {
"mcp-server-brave-search": {
"settings": {
"brave_api_key": "YOUR_API_KEY"
}
}
}
}
```
Connection Info
You Might Also Like
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.
context7-mcp
Context7 MCP Server provides natural language access to documentation for...
chrome-devtools-mcp
Chrome DevTools for coding agents
memU
MemU is a memory framework for LLM and AI agents, organizing multimodal...