Back to Home
zed-extensions icon

mcp-server-brave-search

Verified Safe

by zed-extensions

Overview

Integrates Brave Search results as a Model Context Protocol server within the Zed editor, providing AI context.

Installation

Run Command
node node_modules/@brave/brave-search-mcp-server/dist/index.js --transport stdio

Environment Variables

  • BRAVE_API_KEY

Security Notes

The extension functions as a wrapper, installing the official `@brave/brave-search-mcp-server` NPM package and executing it via Node.js. The Brave Search API key is securely handled by being passed as an environment variable to the Node.js process, preventing exposure. While executing third-party NPM packages always involves some inherent risk, the package is from a reputable source (Brave), and the core logic of the wrapper appears sound. No `eval`, code obfuscation, or other immediately malicious patterns were detected within the provided source code.

Similar Servers

Stats

Interest Score27
Security Score8
Cost ClassLow
Avg Tokens1
Stars20
Forks6
Last Update2025-12-29

Tags

Zed ExtensionBrave SearchMCP ServerAI ContextAPI Wrapper