CodeToPrompt MCP Server
JSON →An MCP server for the codetoprompt library, enabling integration with LLM agents.
Install
pip install codetoprompt-mcp Tools · 3
- ctp-get-context The primary tool for generating a comprehensive prompt from a directory. It supports all of `codetoprompt`'s filtering, formatting, and compression options.
- ctp-analyse-project Provides a detailed statistical analysis of a codebase, including token counts, line counts, and breakdowns by file type.
- ctp-get-files Retrieves the content of specific files, formatted as a prompt. This is useful for targeted queries.
Links
★ 1 GitHub stars