Skip to main content
Glama

Code MCP Server

by block

analyze_code

Analyze code structure and dependencies in specified files or directories using the Model Context Protocol. Supports multiple programming languages to enhance code understanding and organization.

Instructions

Analyze code structure and dependencies

Input Schema

NameRequiredDescriptionDefault
languageNoProgramming language
pathYesFile or directory to analyze

Input Schema (JSON Schema)

{ "properties": { "language": { "description": "Programming language", "type": "string" }, "path": { "description": "File or directory to analyze", "type": "string" } }, "required": [ "path" ], "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/block/vscode-mcp'

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