MCP profile
Github SymbioticSec Mcp
Symbiotic CLI MCP Server for security scanning and analysis
Developer ToolsPackageJavaScript/TypeScriptOpen SourceExternal
Last updated
March 16, 2026
Visibility
Public
ByRegistry
About This MCP Server
This server exposes security analysis tools via the MCP protocol for any MCP-compatible client. It allows scanning code and infrastructure files without affecting your workspace.
1. Receives code files via MCP 2. Creates temporary files 3. Executes symbiotic-cli 4. Automatic cleanup of temporary files 5. Returns formatted results
Tools & Endpoints4
Specifications
Status
live
Industry
Developer Tools
Category
General
Server type
Package
Language
JavaScript/TypeScript
License
Open Source
Verified
Yes
Requirements
- 1. Install symbiotic-cli
- 2. Get API token
- Create an account on Symbiotic Security and retrieve your API token.
- 3. Build and start
- Clone this repository and install dependencies:
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
1
Install
Install command
JavaScript/TypeScript
npm install2
Configure
Configuration
json
{
"servers": {
"symbiotic-security": {
"command": "node",
"args": ["path/to/build/index.js"],
"env": {
"SYMBIOTIC_API_TOKEN": "your_token_here",
}
},
}Performance
Usage
Quick Reference
- Name
- Github SymbioticSec Mcp
- Function
- Symbiotic CLI MCP Server for security scanning and analysis
- Available Tools
- code_scan_files - Static code analysis, infra_scan_files - Infrastructure security scanning, security_scan_files - Comprehensive security scan (code + infrastructure), get_supported_languages - List of supported programming languages
- Transport
- Package
- Language
- JavaScript/TypeScript
- Install
- npm install
- Source
- External (Registry)
- License
- Open Source
Get started
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.