Skip to main content
Glama

CodeLogic

Official
Mozilla Public License 2.0
29
  • Apple
  • Linux
server.json1.92 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json", "name": "io.github.CodeLogicIncEngineering/codelogic-mcp-server", "description": "An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.", "status": "active", "repository": { "url": "https://github.com/CodeLogicIncEngineering/codelogic-mcp-server", "source": "github" }, "version": "1.0.11", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "codelogic-mcp-server", "version": "1.0.11", "transport": { "type": "stdio" }, "environmentVariables": [ { "description": "url to the CodeLogic server e.g. https://myco.app.codelogic.com", "is_required": true, "format": "string", "is_secret": false, "name": "CODELOGIC_SERVER_HOST" }, { "description": "CodeLogic server username", "is_required": true, "format": "string", "is_secret": false, "name": "CODELOGIC_USERNAME" }, { "description": "CodeLogic server password", "is_required": true, "format": "string", "is_secret": true, "name": "CODELOGIC_PASSWORD" }, { "description": "the workspace name that your code is scanned into", "is_required": true, "format": "string", "is_secret": false, "name": "CODELOGIC_WORKSPACE_NAME" }, { "description": "When enabled, additional debug files such as timing_log.txt and impact_data*.json will be generated. Defaults to false", "is_required": false, "format": "string", "is_secret": false, "name": "CODELOGIC_DEBUG_MODE" } ] } ] }

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