Back to directory
cnosuke/mcp-search

cnosuke/mcp-search

@cnosuke

Go-based MCP server for web search using Brave Search API

searchbrave-searchmcpgoweb-searchdockercontext

Installation & Configuration

{
  "mcpServers": {
    "search": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "BRAVE_SEARCH_API_KEY=your-brave-search-api-key",
        "cnosuke/mcp-search:latest"
      ]
    }
  }
}

Information

Transport
stdio
Language
Go
Created
2026/6/14
Updated
2026/6/15