brave-search-mcp
Railway上のBrave Search MCPサーバー
これは、Railway上にデプロイされたBrave Search MCP HTTPサービスです。
デプロイ方法
方法1:GitHub経由でデプロイ(推奨)
このディレクトリをGitHubリポジトリにフォークまたはアップロードします
Railway Dashboardにログインします
New Project → Deploy from GitHub repoをクリックします
アップロードしたリポジトリを選択します
Railwayは自動的にpackage.jsonを認識し、
npm startを実行しますRailwayは自動的に
PORT環境変数を設定します
方法2:Railway CLI経由
npm i -g @railway/cli
railway login
railway init
railway upRelated MCP server: Search MCP
環境変数
Railway Dashboardで設定が必須です:
変数名 | 説明 | 例 |
| 必須 Brave Search API Key |
|
PORTを手動で設定する必要はありません。Railwayが自動的に処理します。
Brave API Keyの取得方法
Brave Search APIにアクセスして登録します
Searchプラン(AIエージェント向け)を選択します
開発者パネルで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サービスを通じて検索できるようになります。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityAmaintenanceAn MCP implementation that integrates the Brave Search API, providing comprehensive search capabilities including web, local business, image, video, news searches, and AI-powered summarization.823,1551,397MIT- AlicenseBqualityDmaintenanceEnables web search capabilities through the Brave Search API, including web search, local POI lookups, and rich search results retrieval for MCP-compatible clients.416MIT
- AlicenseBqualityCmaintenanceEnables Brave Search and web content fetching via MCP, and integrates as LangChain tools for AI agents.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables Brave Search tools (web, news, image, video, local, summarizer) via remote MCP over HTTP, deployable on Cloudflare Workers with optional Cloudflare Access authentication.MIT
Related MCP Connectors
Brave Search MCP — independent web index (no Google/Bing dependency)
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
The best web search for your AI Agent
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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