Skip to main content
Glama

CodeAnalysis MCP Server

by 0xjcf

folder-structure

Visualize directory structures with customizable depth to analyze and organize project folders effectively within the CodeAnalysis MCP Server environment.

Input Schema

NameRequiredDescriptionDefault
depthNoDepth of folders to show
pathNoRelative path to the directory.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "depth": { "default": 2, "description": "Depth of folders to show", "type": "number" }, "path": { "default": ".", "description": "Relative path to the directory", "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