Skip to main content
Glama

Surf MCP Server

by ravinahp
pyproject.toml591 B
[project] name = "surf-mcp" version = "0.1.0" description = "MCP surf project" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=1.0.0", "python-dotenv>=1.0.1", # add other dependencies your project needs ] [[project.authors]] name = "Ravina Patel" email = "ravinapatel738@gmail.com" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] surf-mcp = "surf:main" [tool.hatch.build.targets.wheel] packages = ["src/surf"] [dependency-groups] dev = [ "surf-mcp", ] [tool.uv.sources] surf-mcp = { workspace = true }

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/ravinahp/surf-mcp'

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