Skip to main content
Glama
dodou

brave-search-mcp

by dodou

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)

  1. Forken oder laden Sie dieses Verzeichnis in ein GitHub-Repository hoch

  2. Melden Sie sich beim Railway Dashboard an

  3. Klicken Sie auf New ProjectDeploy from GitHub repo

  4. Wählen Sie das von Ihnen hochgeladene Repository aus

    • Railway erkennt automatisch die package.json und führt npm start aus

    • Railway setzt automatisch die Umgebungsvariable PORT

Methode 2: Über Railway CLI

npm i -g @railway/cli
railway login
railway init
railway up

Related MCP server: Search MCP

Umgebungsvariablen

Im Railway Dashboard muss Folgendes festgelegt werden:

Variablenname

Beschreibung

Beispiel

BRAVE_API_KEY

Erforderlich Brave Search API Key

BSA-xxxxxxxxxx

PORT muss nicht manuell festgelegt werden, Railway kümmert sich automatisch darum.

Brave API Key erhalten

  1. Besuchen Sie Brave Search API, um sich zu registrieren

  2. Wählen Sie den Search-Plan (geeignet für KI-Agenten)

  3. 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.

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    An MCP implementation that integrates the Brave Search API, providing comprehensive search capabilities including web, local business, image, video, news searches, and AI-powered summarization.
    8
    23,155
    1,397
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables web search capabilities through the Brave Search API, including web search, local POI lookups, and rich search results retrieval for MCP-compatible clients.
    4
    16
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables Brave Search tools (web, news, image, video, local, summarizer) via remote MCP over HTTP, deployable on Cloudflare Workers with optional Cloudflare Access authentication.
    MIT

View all related MCP servers

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

View all MCP Connectors

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