Security
Trust: 30/100 (Limited)io.github.SymbioticSec/mcp Guide
Symbiotic CLI MCP Server for security scanning and analysis
by SymbioticSec
Quick Start
Install
npx @symbioticsec/symbiotic-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-symbioticsec-mcp": {
"command": "npx",
"args": [
"@symbioticsec/symbiotic-mcp-server"
]
}
}
}