Skip to main content
Glama

CodeLogic

Official
Mozilla Public License 2.0
29
  • Apple
  • Linux
pyproject.toml1.36 kB
[project] name = "codelogic-mcp-server" version = "1.0.11" description = "Integrates CodeLogic's powerful codebase knowledge graphs with a Model Context Protocol (MCP) server" readme = "README.md" license = "MPL-2.0" requires-python = ">=3.13" dependencies = [ "debugpy>=1.8.12", "httpx>=0.28.1", "mcp[cli]>=1.3.0", "pip-licenses>=5.0.0", "python-dotenv>=1.0.1", "tenacity>=9.0.0", "toml>=0.10.2",] keywords = [ "codelogic", "mcp", "code-analysis", "knowledge-graph", "static-analysis",] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.13", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Code Generators", "Environment :: Console",] [[project.authors]] name = "garrmark" email = "mgarrison@codelogic.com" [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [project.urls] Homepage = "https://github.com/CodeLogicIncEngineering/codelogic-mcp-server" "Bug Tracker" = "https://github.com/CodeLogicIncEngineering/codelogic-mcp-server/issues" Documentation = "https://github.com/CodeLogicIncEngineering/codelogic-mcp-server#readme" [project.scripts] codelogic-mcp-server = "codelogic_mcp_server:main"

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/CodeLogicIncEngineering/codelogic-mcp-server'

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