Skip to main content
Glama

MGnify MCP Server

by MGS-sails
pyproject.toml512 B
[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "mgnify-mcp-server" version = "0.1.0" description = "MCP server exposing MGnify resources and tools" requires-python = ">=3.10" dependencies = [ "mcp>=1.12,<2", # MCP Python SDK, stable 1.x range "pydantic>=2.5", "requests>=2.32", "python-dotenv>=1.0", "fastapi>=0.100", ] [project.scripts] mgnify-mcp = "mgnify_mcp.server:main" [tool.setuptools.packages.find] include = ["mgnify_mcp*"]

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/MGS-sails/mgnify-mcp'

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