CGM MCP Server
JSON →A server for CodeFuse-CGM, a graph-integrated large language model designed for repository-level software engineering tasks.
Install
pip install -r Tools · 8
- cgm_analyze_repository Analyze repository structure and extract code entities with GPU acceleration.
- cgm_get_file_content Get detailed file content and analysis with concurrent processing.
- cgm_find_related_code Find code entities related to a specific entity using GPU-accelerated similarity matching.
- cgm_extract_context Extract structured context for external model consumption.
- clear_gpu_cache Clear GPU caches to free memory.
- cgm_process_issue Process a repository issue using the CGM framework.
- cgm_get_task_status Get the status of a running task.
- cgm_health_check Check server health status.
Environment variables
CGM_LLM_API_KEY
Links
★ 1 GitHub stars