Skip to main content
Glama

CodeCompass MCP

MIT License
1
  • Linux
  • Apple

get_repository_info

Retrieve repository metadata, statistics, and key insights like stars, languages, and topics from GitHub URLs using CodeCompass MCP’s focused repository analysis tool.

Instructions

📊 Get basic repository metadata, statistics, and key information. Atomic tool focused purely on repository-level data without file content analysis.

Input Schema

NameRequiredDescriptionDefault
optionsNo
urlYesGitHub repository URL (e.g., https://github.com/owner/repo)

Input Schema (JSON Schema)

{ "properties": { "options": { "properties": { "include_languages": { "default": true, "description": "Include language breakdown", "type": "boolean" }, "include_stats": { "default": true, "description": "Include repository statistics (stars, forks, etc.)", "type": "boolean" }, "include_topics": { "default": true, "description": "Include repository topics and tags", "type": "boolean" } }, "type": "object" }, "url": { "description": "GitHub repository URL (e.g., https://github.com/owner/repo)", "type": "string" } }, "required": [ "url" ], "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/TheAlchemist6/codecompass-mcp'

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