SAST MCP Server
Rank #19,622io.github.Skyrxin/sast-mcp-server
11-scanner SAST/DAST MCP server with closed-loop remediation, SBOM/SARIF, and CI integrations
SAST MCP Server is a Model Context Protocol (MCP) server published by skyrxin. It ranks #19,622 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. SAST MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Jun 9, 2026 and most recently updated on Jun 24, 2026.
Ranks ahead of 112,424 of 132,046 servers on MCP Toplist.
Use SAST MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sast-mcp-server -e "SAST_MCP_TIMEOUT=<your SAST_MCP_TIMEOUT>" -e "SAST_MCP_LOG_LEVEL=<your SAST_MCP_LOG_LEVEL>" -e "SAST_MCP_API_KEY=<your SAST_MCP_API_KEY>" -e "SAST_MCP_JWT_SECRET=<your SAST_MCP_JWT_SECRET>" -- uvx sast-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.sast-mcp-server]
command = "uvx"
args = ["sast-mcp-server"]
[mcp_servers.sast-mcp-server.env]
SAST_MCP_TIMEOUT = "<your SAST_MCP_TIMEOUT>"
SAST_MCP_LOG_LEVEL = "<your SAST_MCP_LOG_LEVEL>"
SAST_MCP_API_KEY = "<your SAST_MCP_API_KEY>"
SAST_MCP_JWT_SECRET = "<your SAST_MCP_JWT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sast-mcp-server": {
"command": "uvx",
"args": [
"sast-mcp-server"
],
"env": {
"SAST_MCP_TIMEOUT": "<your SAST_MCP_TIMEOUT>",
"SAST_MCP_LOG_LEVEL": "<your SAST_MCP_LOG_LEVEL>",
"SAST_MCP_API_KEY": "<your SAST_MCP_API_KEY>",
"SAST_MCP_JWT_SECRET": "<your SAST_MCP_JWT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sast-mcp-server": {
"command": "uvx",
"args": [
"sast-mcp-server"
],
"env": {
"SAST_MCP_TIMEOUT": "<your SAST_MCP_TIMEOUT>",
"SAST_MCP_LOG_LEVEL": "<your SAST_MCP_LOG_LEVEL>",
"SAST_MCP_API_KEY": "<your SAST_MCP_API_KEY>",
"SAST_MCP_JWT_SECRET": "<your SAST_MCP_JWT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sast-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"sast-mcp-server"
],
"env": {
"SAST_MCP_TIMEOUT": "<your SAST_MCP_TIMEOUT>",
"SAST_MCP_LOG_LEVEL": "<your SAST_MCP_LOG_LEVEL>",
"SAST_MCP_API_KEY": "<your SAST_MCP_API_KEY>",
"SAST_MCP_JWT_SECRET": "<your SAST_MCP_JWT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sast-mcp-server": {
"command": "uvx",
"args": [
"sast-mcp-server"
],
"env": {
"SAST_MCP_TIMEOUT": "<your SAST_MCP_TIMEOUT>",
"SAST_MCP_LOG_LEVEL": "<your SAST_MCP_LOG_LEVEL>",
"SAST_MCP_API_KEY": "<your SAST_MCP_API_KEY>",
"SAST_MCP_JWT_SECRET": "<your SAST_MCP_JWT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sast-mcp-server": {
"command": "uvx",
"args": [
"sast-mcp-server"
],
"env": {
"SAST_MCP_TIMEOUT": "<your SAST_MCP_TIMEOUT>",
"SAST_MCP_LOG_LEVEL": "<your SAST_MCP_LOG_LEVEL>",
"SAST_MCP_API_KEY": "<your SAST_MCP_API_KEY>",
"SAST_MCP_JWT_SECRET": "<your SAST_MCP_JWT_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Skyrxin%2Fsast-mcp-server)<a href="https://mcptoplist.com/server/io.github.Skyrxin%2Fsast-mcp-server"><img src="https://mcptoplist.com/badge/io.github.Skyrxin%2Fsast-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
skyrxin
Available versions (2)
| Version | Published |
|---|---|
| 0.8.3 | Jun 24, 2026 |
| 0.8.1 | Jun 17, 2026 |
Frequently asked questions
- Who maintains SAST MCP Server?
- SAST MCP Server is maintained by skyrxin, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is SAST MCP Server listed on the Official MCP Registry?
- Yes — SAST MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does SAST MCP Server have?
- MCP Toplist tracks 2 versions of SAST MCP Server, most recently published on Jun 24, 2026.
- Where can I find the source code for SAST MCP Server?
- The source code for SAST MCP Server is hosted at github.com/skyrxin/sast-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.