mcpbeat Sign in

SymbioticSec MCP Server

by symbioticsec Your server? Claim it
local only

SymbioticSec runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 15 Oct 2025.

Symbiotic CLI MCP Server for security scanning and analysis

Installs per day peak 19 · avg 9 · +42% w/w
a month agotoday
50
Installs / week
npm · @symbioticsec/symbiotic-mcp-server
0
Stars
0 open issues
15 Oct 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

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.

Runs an external command src/symbiotic-cli.ts:22
      const child: ChildProcess = spawn(this.cliPath, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp -- npx -y @symbioticsec/symbiotic-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@symbioticsec/symbiotic-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@symbioticsec/symbiotic-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@symbioticsec/symbiotic-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@symbioticsec/symbiotic-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SYMBIOTIC_API_TOKEN (Your Symbiotic Security personal access token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SymbioticSec

same job, measured the same way
Vulnicheck
by andrasfe

HTTP MCP Server for comprehensive Python vulnerability scanning and security analysis.

local only
Wass MCP
by tb0hdan

MCP server for web application security scanning

local only
Android Security Analyzer
by ako2345

MCP server for static security analysis of Android source code

4 tools answering
I
Mcpsentry
by roshan6335

Security scanner and runtime proxy for MCP servers.

59 installs/wk local only
Security Mcp
by varvararatta

MCP server for Security

answering
npm MCP
by alisaitteke

MCP server for npm package management, security analysis, and compatibility checking

32 installs/wk local only
Aguara MCP
by garagon

Security scanner for AI agent skills and MCP servers

local only
I
Runsec Io
by runsec-io

RunSec MCP server for workspace security scanning and remediation workflows.

44 installs/wk local only

SymbioticSec — questions

Answers built from our own checks of this server.

Why is there no uptime for SymbioticSec?
SymbioticSec runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @symbioticsec/symbiotic-mcp-server was installed 50 times last week.
How do I connect SymbioticSec?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @symbioticsec/symbiotic-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use SymbioticSec?
The npm package @symbioticsec/symbiotic-mcp-server was installed 50 times in the last week. Week over week that is +42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SymbioticSec open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.