code2prompt-mcp
código2prompt-mcp
Un servidor MCP que genera indicaciones contextuales a partir de bases de código, lo que facilita que los asistentes de IA comprendan y trabajen con sus repositorios de código.
Acerca de
code2prompt-mcp aprovecha la biblioteca de alto rendimiento code2prompt-rs de Rust para analizar bases de código y generar resúmenes estructurados. Ayuda a conectar el código con los modelos de lenguaje extrayendo el contexto relevante en un formato optimizado para la IA.
Related MCP server: Code Understanding MCP Server
Instalación
Este proyecto utiliza Rye para la gestión de dependencias, asegúrese de tenerlo instalado.
Para instalar las dependencias necesarias y compilar el módulo en el entorno local, ejecute:
# Clone the repository
git clone https://github.com/odancona/code2prompt-mcp.git
cd code2prompt-mcp
# Install dependencies with Rye
rye buildInstalará todas las dependencias necesarias especificadas en el archivo pyproject.toml en el directorio .venv .
Uso
Ejecute el servidor MCP:
rye run python code2prompt_mcp.mainLicencia
Licencia MIT: consulte el archivo LICENCIA para obtener más detalles.
Desarrollo
Para realizar pruebas, puede utilizar el Inspector MCP:
npx @modelcontextprotocol/inspector python -m code2prompt_mcp.mainTool 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
An MCP server that gives your AI access to the source code and docs of all public github repos
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
An MCP server that integrates with Discord to provide AI-powered features.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that transforms codebases into intelligent, queryable knowledge bases, enabling AI assistants to perform semantic search, explore architecture, and analyze code relationships.166-
- AlicenseCqualityDmaintenanceAn MCP server that analyzes local or remote GitHub repositories, providing intelligent code context and structure to AI coding assistants.1013MIT
- AlicenseAqualityBmaintenanceAn MCP server that helps AI agents comprehend a codebase by providing tools for navigating, searching, and understanding code structure and history.10MIT
- AlicenseNot gradedqualityDmaintenanceA self-hosted MCP server that indexes your codebase and provides AI assistants with deep context including file tree, full-text search, git history, dependencies, and stack detection, all without sending your code to third parties.151MIT
Appeared in Searches
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/ODAncona/code2prompt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server