Skip to main content
Glama

MCP Server

by foxywolf-hub
pyproject.toml827 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "mcp-server" version = "0.1.0" description = "Model Context Protocol (MCP) Server for API Testing" readme = "README.md" requires-python = ">=3.9" license = {text = "MIT"} dependencies = [ "fastapi>=0.95.0", "uvicorn[standard]>=0.21.0", "sqlalchemy>=2.0.0", "python-multipart>=0.0.6", "aiosqlite>=0.19.0", "pydantic>=2.0.0", "python-dotenv>=1.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.3.1", "pytest-asyncio>=0.21.0", "black>=23.3.0", "isort>=5.12.0", "mypy>=1.2.0", ] [tool.black] line-length = 88 target-version = ["py39"] [tool.isort] profile = "black" line_length = 88 [tool.mypy] python_version = "3.9" disallow_untyped_defs = true disallow_incomplete_defs = 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/foxywolf-hub/mcp-server1'

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