An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
codelogic-mcp-server · pypi · 1.3.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$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.3.0",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "codelogic-mcp-server",
"version": "1.3.0",
"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": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-30T19:23:54.942229Z",
"publishedAt": "2026-07-30T19:23:54.942229Z",
"updatedAt": "2026-07-30T19:23:54.942229Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.3.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.