Codetoprompt Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Codetoprompt Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
CodeToPrompt MCP Server exposes the powerful features of the codetoprompt library through the Model Context Protocol (MCP). This allows LLM agents and other MCP-compatible clients to programmatically generate prompts, analyze codebases, and retrieve specific file contents.
Install from PyPI:
pip install codetoprompt-mcpThis will automatically install codetoprompt and the required mcp library.
This server is designed to be used with an MCP client, such as the Claude Desktop App.
To use this server with Claude, add it to your claude_desktop_config.json file:
{
"mcpServers": {
"CodeToPrompt": {
"command": "ctp-mcp"
}
}
}Once configured, you can invoke the tools from your conversation with the LLM.
codetoprompt's filtering, formatting, and compression options.We welcome contributions! Please refer to the main codetoprompt repository for contribution guidelines.
This project is licensed under the MIT License. See the LICENSE file for full details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.