~/agent-config
Browse
MCP

Brave Search MCP

Web search for your agent via the Brave Search API. Handy when the model needs up-to-date docs, error messages, or library references not in its training data.

#mcp #search #web #brave

Snippet

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-brave-search"],
      "env": {
        "BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
      }
    }
  }
}

Where it installs

Default config location for each supported agent.

Best for

GeneralFullstackFrontend

Related resources

MCP

Context7 MCP

Pull up-to-date library and framework documentation into your agent's context. Good for Next.js, React, and other fast-moving stacks where docs change…

#mcp #docs #context7 +1

Cursor, Claude Code, Windsurf +2

Details