MCP Codebase Insight
Información sobre la base de código de MCP - WIP
🚧 Desarrollo en progreso
Este proyecto está en desarrollo activo. Las funciones y la documentación se actualizan constantemente.
Descripción general
MCP Codebase Insight es un sistema para analizar y comprender bases de código a través del análisis semántico, la detección de patrones y la gestión de documentación.
Related MCP server: CodeAlive MCP
Estado actual del desarrollo
Funciones completadas
✅ Sistema de almacenamiento vectorial básico
✅ Base de conocimientos básicos
✅ Integración SSE
✅ Marco de pruebas
✅ TDD y marco de depuración (integración con rules_template)
En curso
🔄 Sistema de Gestión de Documentación
🔄 Detección avanzada de patrones
🔄 Optimización del rendimiento
Pruebas de integración
🔄 Mejora de las utilidades de depuración
Planificado
Documentación API extendida
📋 Complementos de patrones personalizados
Estrategias avanzadas de almacenamiento en caché
Guías de implementación
📋 Sistema integral de seguimiento de errores
Inicio rápido
Instalación
pip install mcp-codebase-insightUso básico
from mcp_codebase_insight import CodebaseAnalyzer analyzer = CodebaseAnalyzer() results = analyzer.analyze_code("path/to/code")Ejecución de pruebas
# Run all tests pytest tests/ # Run unit tests pytest tests/unit/ # Run component tests pytest tests/components/ # Run tests with coverage pytest tests/ --cov=src --cov-report=term-missingUtilidades de depuración
from mcp_codebase_insight.utils.debug_utils import debug_trace, DebugContext, get_error_tracker # Use debug trace decorator @debug_trace def my_function(): # Implementation # Use debug context with DebugContext("operation_name"): # Code to debug # Track errors try: # Risky operation except Exception as e: error_id = get_error_tracker().record_error(e, context={"operation": "description"}) print(f"Error recorded with ID: {error_id}")
Pruebas y depuración
Desarrollo basado en pruebas
Este proyecto sigue los principios de desarrollo impulsado por pruebas (TDD):
Escribe primero una prueba fallida (Rojo)
Escriba el código mínimo para que la prueba pase (Verde)
Refactorizar para obtener un código limpio y mantener la aprobación de las pruebas (Refactor)
Nuestra documentación TDD se puede encontrar en docs/tdd/workflow.md .
Marco de depuración
Utilizamos las 9 reglas de depuración de Agans:
Entender el sistema
Haz que fracase
Deja de pensar y mira
Divide y vencerás
Cambia una cosa a la vez
Mantener un registro de auditoría
Compruebe el enchufe
Obtenga una nueva perspectiva
Si no lo arreglaste, no está arreglado
Obtenga más información sobre nuestro enfoque de depuración en docs/debuggers/agans_9_rules.md .
Documentación
Contribuyendo
¡Agradecemos sus contribuciones! Consulte nuestra Guía de Contribución para más detalles.
Licencia
Este proyecto está licenciado bajo la licencia MIT: consulte el archivo de LICENCIA para obtener más detalles.
Apoyo
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
The Cortex MCP server provides read-only access to real-time engineering context from the Cortex developer portal, allowing AI coding assistants to answer natural language questions about your organization's catalog (microservices, libraries, domains, teams, infrastructure), scorecards (engineering standards and best practices), initiatives (goals and deadlines), and Engineering Intelligence metrics. It includes tools for querying documentation, tracking personal entities, and accessing AI-assisted insights across the entire Cortex ecosystem.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
An MCP server that gives your AI access to the source code and docs of all public github repos
Related MCP Servers
- FlicenseDqualityDmaintenanceA comprehensive Model Context Protocol server for advanced code analysis that provides tools for syntax analysis, dependency visualization, and AI-assisted development workflow support.287-

CodeAlive MCPofficial
AlicenseNot gradedqualityAmaintenanceA Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.89MIT- -licenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol server that provides semantic understanding of codebases using Qdrant vector database, enabling AI assistants to search files by purpose, discover relationships between files, analyze architecture, and identify refactoring opportunities.-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that analyzes application codebases with real-time file watching, providing AI assistants like Claude with deep insights into project structure, code patterns, and architecture.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/tosin2013/mcp-codebase-insight'
If you have feedback or need assistance with the MCP directory API, please join our Discord server