SAST MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 97 installs a week from pypi. Last commit 23 Jun 2026.
11-scanner SAST/DAST MCP server with closed-loop remediation, SBOM/SARIF, and CI integrations
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return os.path.join(target_path, finding_file)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add sast-mcp-server -- uvx sast-mcp-server
{
"mcpServers": {
"sast-mcp-server": {
"args": [
"sast-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.sast-mcp-server]
command = "uvx"
args = ["sast-mcp-server"]
{
"mcpServers": {
"sast-mcp-server": {
"args": [
"sast-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"sast-mcp-server": {
"args": [
"sast-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
SAST_MCP_TIMEOUT (Per-scan timeout in seconds (default: 300).), SAST_MCP_LOG_LEVEL (Logging level: DEBUG, INFO, WARNING, ERROR (default: INFO).), SAST_MCP_API_KEY (Optional static API key to require auth (legacy mode; HTTP transports).), SAST_MCP_JWT_SECRET (Optional HMAC secret to require JWT auth with scopes (HTTP transports).).
The author declared them in the registry entry; get the values from the project itself.
Local-first RAG engine with MCP server for AI agent integration.
MCP server for Redmine API integration with AI agents.
MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation
MCP server for the HubSpot Integrations Center HubDB: search and retrieve integration data.
Enterprise SAP OData to MCP Server with AI capabilities and Cloud Foundry integration
MCP server for Backlog API integration with AI agents.
MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation
MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation
Answers built from our own checks of this server.