CodeSecure MCP Server Hub
Project description
CodeSecure MCP Server
Model Context Protocol server for CodeSecure.
This package enables Large Language Models (LLMs) to perform security scans and provide remediation directly within MCP-compatible environments (like Claude Desktop or VS Code).
Installation
pip install codesecure-mcp
Usage
Add this to your MCP configuration (e.g., claude_desktop_config.json):
{
"mcpServers": {
"codesecure": {
"command": "python",
"args": ["-m", "codesecure_mcp"]
}
}
}
Tools provided
scan_file: Analyze a single file for vulnerabilities.scan_workspace: Perform a full project audit.enrich_findings: Use AI to generate remediation code for security issues.
Requirements
- Python 3.9+
- An MCP host environment.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codesecure_mcp-1.0.20-py3-none-any.whl.
File metadata
- Download URL: codesecure_mcp-1.0.20-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77dcdf156685a9f81001eeb36fc4a7de9b7c3be6b856f6697a41086164f6b02f
|
|
| MD5 |
703e2e1282db78b75863796b980f86d7
|
|
| BLAKE2b-256 |
76ad81f9e5e71278e61880e83e1511948cb2a8257a2b4f3df867287b8ba426de
|