Skip to main content
Glama

CodeChecker MCP

by jacklandis29
pyproject.toml467 B
[project] name = "context-mcp" version = "0.1.0" description = "A code review MCP server" requires-python = ">=3.10" dependencies = [ "fastapi>=0.109.0", "uvicorn>=0.27.0", "python-dotenv>=1.0.0", "openai>=1.0.0", "mcp>=0.4.0", "anyio>=4.5", "httpx>=0.27" ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["."] [tool.ruff] line-length = 88 target-version = "py310"

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/jacklandis29/codechecker-mcp'

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