Skip to main content
Glama

code2prompt-mcp

Сервер MCP, который генерирует контекстные подсказки из кодовых баз, что упрощает для помощников на базе искусственного интеллекта понимание и работу с вашими репозиториями кода.

О

code2prompt-mcp использует высокопроизводительную библиотеку Rust code2prompt-rs для анализа кодовых баз и создания структурированных сводок. Она помогает сократить разрыв между вашим кодом и языковыми моделями, извлекая соответствующий контекст в формате, оптимизированном для потребления ИИ.

Related MCP server: Code Understanding MCP Server

Установка

В этом проекте для управления зависимостями используется Rye , убедитесь, что он у вас установлен.

Чтобы установить необходимые зависимости и собрать модуль в локальной среде, выполните:

# Clone the repository
git clone https://github.com/odancona/code2prompt-mcp.git
cd code2prompt-mcp

# Install dependencies with Rye
rye build

Он установит все необходимые зависимости, указанные в файле pyproject.toml в каталоге .venv .

Использование

Запустите MCP-сервер:

rye run python code2prompt_mcp.main

Лицензия

Лицензия MIT. Подробную информацию см. в файле LICENSE.

Разработка

Для тестирования вы можете использовать MCP Inspector:

npx @modelcontextprotocol/inspector python -m code2prompt_mcp.main

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.

Maintenance

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that transforms codebases into intelligent, queryable knowledge bases, enabling AI assistants to perform semantic search, explore architecture, and analyze code relationships.
    166
    -
  • A
    license
    A
    quality
    B
    maintenance
    An MCP server that helps AI agents comprehend a codebase by providing tools for navigating, searching, and understanding code structure and history.
    10
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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.
    15
    1
    MIT

Latest Blog Posts

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