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 대시보드에 로그인합니다.

  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 대시보드에서 반드시 설정해야 합니다:

변수명

설명

예시

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