brave-search-mcp
Brave Search MCP Server auf Railway
Dies ist ein Brave Search MCP HTTP-Dienst, der auf Railway bereitgestellt wird.
Bereitstellungsmethode
Methode 1: Bereitstellung über GitHub (empfohlen)
Forken oder laden Sie dieses Verzeichnis in ein GitHub-Repository hoch
Melden Sie sich beim Railway Dashboard an
Klicken Sie auf New Project → Deploy from GitHub repo
Wählen Sie das von Ihnen hochgeladene Repository aus
Railway erkennt automatisch die package.json und führt
npm startausRailway setzt automatisch die Umgebungsvariable
PORT
Methode 2: Über Railway CLI
npm i -g @railway/cli
railway login
railway init
railway upRelated MCP server: Search MCP
Umgebungsvariablen
Im Railway Dashboard muss Folgendes festgelegt werden:
Variablenname | Beschreibung | Beispiel |
| Erforderlich Brave Search API Key |
|
PORT muss nicht manuell festgelegt werden, Railway kümmert sich automatisch darum.
Brave API Key erhalten
Besuchen Sie Brave Search API, um sich zu registrieren
Wählen Sie den Search-Plan (geeignet für KI-Agenten)
Generieren Sie den API Key im Entwickler-Dashboard
Nach der Bereitstellung
Railway stellt eine https://xxx.up.railway.app-Domain bereit.
Die MCP-Endpunktadresse lautet: https://xxx.up.railway.app/mcp
Lokaler Test:
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":{}}'MCP in Hermes hinzufügen
Führen Sie nach der Bereitstellung Folgendes aus:
# 添加 MCP 服务器
hermes mcp add brave-search --url https://你的域名.up.railway.app
# 确认无认证需求(API Key 在服务端设置)Auf diese Weise kann Hermes Suchen über den Brave Search MCP-Dienst auf Railway durchführen.
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