brave-search-mcp
Servidor MCP de Brave Search en Railway
Este es un servicio HTTP de Brave Search MCP desplegado en Railway.
Método de despliegue
Método 1: Despliegue a través de GitHub (recomendado)
Haz un Fork o sube este directorio a un repositorio de GitHub
Inicia sesión en el Dashboard de Railway
Haz clic en New Project → Deploy from GitHub repo
Selecciona el repositorio que subiste
Railway detectará automáticamente el package.json y ejecutará
npm startRailway configurará automáticamente la variable de entorno
PORT
Método 2: A través de Railway CLI
npm i -g @railway/cli
railway login
railway init
railway upRelated MCP server: Search MCP
Variables de entorno
En el Dashboard de Railway es obligatorio configurar:
Nombre de la variable | Descripción | Ejemplo |
| Obligatorio Brave Search API Key |
|
No es necesario configurar PORT manualmente, Railway lo gestionará automáticamente.
Obtener una API Key de Brave
Ve a Brave Search API y regístrate
Selecciona el plan Search (adecuado para agentes de IA)
Genera una API Key en el panel de desarrollador
Una vez completado el despliegue
Railway proporcionará un dominio https://xxx.up.railway.app.
La dirección del endpoint MCP es: https://xxx.up.railway.app/mcp
Prueba local:
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":{}}'Añadir MCP en Hermes
Tras el despliegue, ejecuta:
# 添加 MCP 服务器
hermes mcp add brave-search --url https://你的域名.up.railway.app
# 确认无认证需求(API Key 在服务端设置)De esta forma, Hermes podrá realizar búsquedas a través del servicio Brave Search MCP en Railway.
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