Server data from the Official MCP Registry
Symbiotic CLI MCP Server for security scanning and analysis
Symbiotic CLI MCP Server for security scanning and analysis
Valid MCP server (3 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
12 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SYMBIOTIC_API_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-symbioticsec-mcp": {
"env": {
"SYMBIOTIC_API_TOKEN": "your-symbiotic-api-token-here"
},
"args": [
"-y",
"symbiotic-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
A Model Context Protocol (MCP) server for security analysis using Symbiotic CLI
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.
code_scan_files - Static code analysisinfra_scan_files - Infrastructure security scanningsecurity_scan_files - Comprehensive security scan (code + infrastructure)get_supported_languages - List of supported programming languages.cursor directory in your project root if it doesn't exist.cursor/commands/security-review.md with the contents of security-review.md/security-review followed by optional file paths or glob patternshttps://github.com/SymbioticSec/cli/releases
Create an account on Symbiotic Security and retrieve your API token.
Clone this repository and install dependencies:
npm install
npm run build
In VSCode, open MCP: Open User Configuration and add in servers:
{
"servers": {
"symbiotic-security": {
"command": "node",
"args": ["path/to/build/index.js"],
"env": {
"SYMBIOTIC_API_TOKEN": "your_token_here",
}
},
}
Configuration for other MCP clients may vary but generally follows the same structure.
{
"mcpServers": {
"symbiotic-security": {
"command": "node",
"args": ["path/to/build/index.js"],
"env": {
"SYMBIOTIC_API_TOKEN": "your_token_here"
}
}
}
}
Important environment variables:
SYMBIOTIC_API_TOKEN (required) - Your Symbiotic API tokenNote: Configuration file name and location may vary depending on your MCP client.
/mcp endpoint# STDIO (default)
node build/index.js
# HTTP server on port 9593
SERVER_PORT=9593 node build/index.js
The server requires a valid Symbiotic Security API token. Configuration is done via MCP environment variables.
Minimal required configuration:
"env": {
"SYMBIOTIC_API_TOKEN": "your_token_here"
}
symbiotic-cliBe the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.