Skip to main content
Glama

CodeAnalysis MCP Server

by 0xjcf

analyze-dependencies

Analyzes dependencies within source code or repositories to identify and visualize relationships between modules, improving code understanding and maintenance for developers.

Input Schema

NameRequiredDescriptionDefault
fileContentNoSource code content to analyze directly instead of from a repository
languageNoProgramming language of the code (e.g., 'javascript', 'python', 'typescript', 'rust')
repositoryUrlNoURL of the repository to analyze (e.g., 'https://github.com/username/repo')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileContent": { "description": "Source code content to analyze directly instead of from a repository", "type": "string" }, "language": { "description": "Programming language of the code (e.g., 'javascript', 'python', 'typescript', 'rust')", "type": "string" }, "repositoryUrl": { "description": "URL of the repository to analyze (e.g., 'https://github.com/username/repo')", "type": "string" } }, "type": "object" }

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/0xjcf/MCP_CodeAnalysis'

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