Skip to main content
Glama

Magento 2 GraphQL Documentation MCP Server

pyproject.toml•592 B
[project] name = "magento-graphql-docs-mcp" authors = [ { name = "MCP Developer", email = "dev@example.com" } ] version = "0.1.0" description = "MCP server for searching Magento 2 GraphQL API documentation" readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastmcp", "sqlite-utils", "pydantic>=2.0", "python-frontmatter", "markdown-it-py", ] [project.scripts] magento-graphql-docs-mcp = "magento_graphql_docs_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [dependency-groups] dev = [ "mcp>=1.16.0", ]

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/florinel-chis/magento-graphql-docs-mcp'

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