Skip to main content
Glama

CodeAnalysis MCP Server

by 0xjcf

analyze-files

Process and evaluate file content for syntax analysis and dependency mapping, enabling enhanced code understanding and workflow optimization in development projects.

Input Schema

NameRequiredDescriptionDefault
filesYesFiles to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "files": { "description": "Files to analyze", "items": { "additionalProperties": false, "properties": { "content": { "description": "Content of the file", "type": "string" }, "path": { "description": "Path to the file", "type": "string" } }, "required": [ "path", "content" ], "type": "object" }, "type": "array" } }, "required": [ "files" ], "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