elvismdev/code2prompt-manager
A CLI tool that helps you manage file size limits when using code2prompt. Interactively select which files to include/exclude from your codebase, automatically handle large files, and ensure your output stays under token limits for LLMs. Makes code2prompt easier to use with large projects.
Platform-specific configuration:
{
"mcpServers": {
"code2prompt-manager": {
"command": "npx",
"args": [
"-y",
"code2prompt-manager"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...