Skip to main content
Glama

Brave Search MCP Server

pyproject.toml703 B
[project] name = "brave-search-mcp" version = "0.1.0" description = "A Model Context Protocol (MCP) server for Brave Search" authors = [ {name = "Your Name", email = "your.email@example.com"}, ] dependencies = [ "mcp", "httpx", "fastmcp", ] requires-python = ">=3.11" readme = "README.md" license = {text = "MIT"} [build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools] packages = ["src"] [project.optional-dependencies] dev = [ "pytest", "black", "isort", ] [tool.black] line-length = 88 target-version = ['py37'] [tool.isort] profile = "black" line_length = 88 [tool.pytest.ini_options] testpaths = ["tests"]

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/arben-adm/brave-mcp-search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server