We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shanezchang/mcp-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pyproject.toml•251 B
[project]
name = "mcp-hub"
version = "0.1.0"
description = "Self-hosted MCP server hub for reusable prompts and conventions across AI tools"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastmcp>=3.0.1",
"loguru>=0.7.3",
]