Skip to main content
Glama
dodou

brave-search-mcp

by dodou

Railway上のBrave Search MCPサーバー

これは、Railway上にデプロイされたBrave Search MCP HTTPサービスです。

デプロイ方法

方法1:GitHub経由でデプロイ(推奨)

  1. このディレクトリをGitHubリポジトリにフォークまたはアップロードします

  2. Railway Dashboardにログインします

  3. New ProjectDeploy from GitHub repoをクリックします

  4. アップロードしたリポジトリを選択します

    • Railwayは自動的にpackage.jsonを認識し、npm startを実行します

    • Railwayは自動的にPORT環境変数を設定します

方法2:Railway CLI経由

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

Related MCP server: Search MCP

環境変数

Railway Dashboardで設定が必須です:

変数名

説明

BRAVE_API_KEY

必須 Brave Search API Key

BSA-xxxxxxxxxx

PORTを手動で設定する必要はありません。Railwayが自動的に処理します。

Brave API Keyの取得方法

  1. Brave Search APIにアクセスして登録します

  2. Searchプラン(AIエージェント向け)を選択します

  3. 開発者パネルで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サービスを通じて検索できるようになります。

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