Skip to main content
Glama

MCP Gateway (Parent MCP Server)

by TomCat2357
pyproject.toml660 B
[project] name = "mcp-gateway" version = "0.1.0" description = "Parent MCP Server for managing multiple child MCP servers" readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastmcp>=2.13.0", "mcp>=1.22.0", ] [project.scripts] mcp-gateway = "mcp_gateway_server:main" [project.optional-dependencies] dev = [ "pytest>=7.0.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["."] only-include = [ "mcp_gateway_server.py", "children_config.example.json", "children_abstract.example.json", "example.mcp.json", ] [tool.uv] dev-dependencies = []

Latest Blog Posts

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/TomCat2357/MCPgateway'

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