Skip to main content
Glama

CodeAnalysis MCP Server

by 0xjcf

socio-technical-analysis

Analyze repository collaboration patterns, contributor dynamics, and team interactions over time. Generate insights in JSON, Mermaid, or DOT formats to optimize development workflows.

Input Schema

NameRequiredDescriptionDefault
includeContributorPatternsNo
includeTeamDynamicsNo
repositoryUrlYes
timeRangeNo
visualizationFormatNojson

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeContributorPatterns": { "default": true, "type": "boolean" }, "includeTeamDynamics": { "default": true, "type": "boolean" }, "repositoryUrl": { "type": "string" }, "timeRange": { "additionalProperties": false, "properties": { "end": { "type": "string" }, "start": { "type": "string" } }, "type": "object" }, "visualizationFormat": { "default": "json", "enum": [ "json", "mermaid", "dot" ], "type": "string" } }, "required": [ "repositoryUrl" ], "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