Skip to main content
Glama

CodeLogic

Official
Mozilla Public License 2.0
27
  • Apple
  • Linux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
codelogic-method-impact

Analyze impacts of modifying a specific method within a given class or type. Recommended workflow:

  1. Use this tool before implementing code changes
  2. Run the tool against methods or functions that are being modified
  3. Carefully review the impact analysis results to understand potential downstream effects Particularly crucial when AI-suggested modifications are being considered.
codelogic-database-impact

Analyze impacts between code and database entities. Recommended workflow:

  1. Use this tool before implementing code or database changes
  2. Search for the relevant database entity
  3. Review the impact analysis to understand which code depends on this database object and vice versa Particularly crucial when AI-suggested modifications are being considered or when modifying SQL code.

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