Skip to main content
Glama
pyproject.toml799 B
[project] name = "context-engineering-mcp" version = "0.1.1" description = "MCP server for Context Engineering templates and protocols" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=1.0.0", "pydantic>=2.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "ruff>=0.1.0", "mypy>=1.0.0", ] [project.scripts] context-engineering-mcp = "context_engineering_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/context_engineering_mcp"] [tool.hatch.build.targets.sdist] exclude = [ "/.github", "/.gitignore", "/AGENTS.md", "/TODO.md", "/test_server.py", "/.claude", "/.context", "/.serena", "/.gemini", "/dist", ]

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/4rgon4ut/sutra'

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