Skip to main content
Glama
dodou

brave-search-mcp

by dodou

Brave Search MCP Server on Railway

This is a Brave Search MCP HTTP service deployed on Railway.

Deployment Methods

  1. Fork or upload this directory to a GitHub repository

  2. Log in to the Railway Dashboard

  3. Click New ProjectDeploy from GitHub repo

  4. Select the repository you uploaded

    • Railway will automatically detect package.json and run npm start

    • Railway will automatically set the PORT environment variable

Method 2: Via Railway CLI

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

Related MCP server: Search MCP

Environment Variables

You must set the following in the Railway Dashboard:

Variable Name

Description

Example

BRAVE_API_KEY

Required Brave Search API Key

BSA-xxxxxxxxxx

There is no need to manually set PORT; Railway handles it automatically.

Obtaining a Brave API Key

  1. Go to Brave Search API to register

  2. Select the Search plan (suitable for AI Agents)

  3. Generate an API Key in the Developer Dashboard

After Deployment

Railway will provide a domain like https://xxx.up.railway.app.

The MCP endpoint address is: https://xxx.up.railway.app/mcp

Local testing:

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":{}}'

Adding MCP to Hermes

After deployment, run:

# 添加 MCP 服务器
hermes mcp add brave-search --url https://你的域名.up.railway.app

# 确认无认证需求(API Key 在服务端设置)

This allows Hermes to perform searches via the Brave Search MCP service on Railway.

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