zed-brave-search-context-server
zed-brave-search-context-serverは、Rustで構築された検索コンテキストサーバーです。このプロジェクトは、検索結果をより関連性の高いものにするためのコンテキスト情報を提供します。Rustの性能を活かし、高速かつ安全な検索体験を実現しています。
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
17
フォーク
1
イシュー
0
README
Zed Brave Search Context Server
This extension provides a Model Context Server for Brave Search, for use with the Zed AI assistant. It leverages this MCP server.
It adds /brave_web_search
and /brave_local_search
slash commands to the Assistant Panel.
Configuration
Getting an API Key
To use the extension, first you will need to acquire a Brave API key.
- Sign up for a Brave Search API account
- Choose a plan (Free tier available with 2,000 queries/month)
- Generate your API key from the developer dashboard
{
"context_servers": {
"brave_search": {
"settings": {
"brave_api_key": "<your brave API key>"
}
}
}
}
Usage
/brave_web_search <query> [count] [offset]
: Execute web searches with pagination and filtering./brave_local_search <query> [count]
: Search for local businesses and services. Automatically falls back to web search if no local results found.