brave-search-mcp
Provides tools for searching the web using the Brave Search API, allowing AI agents to perform web searches.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@brave-search-mcpsearch for top tech news today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Brave Search MCP Server on Railway
这是一个部署在 Railway 上的 Brave Search MCP HTTP 服务。
部署方式
方式 1:通过 GitHub 部署(推荐)
Fork 或上传此目录到 GitHub 仓库
点击 New Project → Deploy from GitHub repo
选择你上传的仓库
Railway 会自动识别 package.json 并运行
npm startRailway 会自动设置
PORT环境变量
方式 2:通过 Railway CLI
npm i -g @railway/cli
railway login
railway init
railway up环境变量
在 Railway Dashboard 中 必须设置:
变量名 | 说明 | 示例 |
| 必需 Brave Search API Key |
|
不需要手动设置 PORT,Railway 会自动处理。
获取 Brave API Key
前往 Brave Search API 注册
选择 Search 计划(适合 AI Agents)
在 开发者面板 生成 API Key
部署完成后
Railway 会提供一个 https://xxx.up.railway.app 域名。
MCP 端点地址为:https://xxx.up.railway.app/mcp
本地测试:
curl -s -X POST https://xxx.up.railway.app/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'在 Hermes 中添加 MCP
部署后运行:
# 添加 MCP 服务器
hermes mcp add brave-search --url https://你的域名.up.railway.app
# 确认无认证需求(API Key 在服务端设置)这样 Hermes 就能通过 Railway 上的 Brave Search MCP 服务进行搜索了。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dodou/brave-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server