io.github.CodeLogicIncEngineering/codelogic-mcp-server✓
io.github.CodeLogicIncEngineering/codelogic-mcp-server · v1.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/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.",
"repository": {
"url": "https://github.com/CodeLogicIncEngineering/codelogic-mcp-server",
"source": "github"
},
"version": "1.1.1",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "codelogic-mcp-server",
"version": "1.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "url to the CodeLogic server e.g. https://myco.app.codelogic.com",
"isRequired": true,
"format": "string",
"name": "CODELOGIC_SERVER_HOST"
},
{
"description": "CodeLogic server username",
"isRequired": true,
"format": "string",
"name": "CODELOGIC_USERNAME"
},
{
"description": "CodeLogic server password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CODELOGIC_PASSWORD"
},
{
"description": "the workspace name that your code is scanned into",
"isRequired": true,
"format": "string",
"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",
"format": "string",
"name": "CODELOGIC_DEBUG_MODE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}