brave-search-mcp
Railway의 Brave Search MCP 서버
이것은 Railway에 배포된 Brave Search MCP HTTP 서비스입니다.
배포 방법
방법 1: GitHub를 통한 배포 (권장)
이 디렉토리를 GitHub 저장소로 포크하거나 업로드합니다.
Railway 대시보드에 로그인합니다.
New Project → Deploy from GitHub repo를 클릭합니다.
업로드한 저장소를 선택합니다.
Railway가 자동으로 package.json을 인식하여
npm start를 실행합니다.Railway가 자동으로
PORT환경 변수를 설정합니다.
방법 2: Railway CLI를 통한 배포
npm i -g @railway/cli
railway login
railway init
railway upRelated MCP server: Search MCP
환경 변수
Railway 대시보드에서 반드시 설정해야 합니다:
변수명 | 설명 | 예시 |
| 필수 Brave Search API Key |
|
PORT는 수동으로 설정할 필요가 없으며, Railway가 자동으로 처리합니다.
Brave API Key 획득 방법
Brave Search API로 이동하여 등록합니다.
Search 플랜을 선택합니다 (AI 에이전트에 적합).
개발자 패널에서 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 서비스를 통해 검색할 수 있게 됩니다.
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