Skip to main content
Glama

CodeAnalysis MCP Server

by 0xjcf

visualize-code-structure

Generate visual representations of code structure by analyzing repository URLs, file paths, or content. Customize outputs with methods, attributes, and formats like ASCII, Mermaid, or DOT for clear code analysis.

Input Schema

NameRequiredDescriptionDefault
fileContentNo
filePathNo
formatNomermaid
repositoryUrlNo
showAttributesNo
showMethodsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileContent": { "type": "string" }, "filePath": { "type": "string" }, "format": { "default": "mermaid", "enum": [ "ascii", "mermaid", "dot" ], "type": "string" }, "repositoryUrl": { "type": "string" }, "showAttributes": { "default": true, "type": "boolean" }, "showMethods": { "default": true, "type": "boolean" } }, "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