mcpbeat Sign in

Gsep MCP Server

local only

Gsep MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 24 May 2026.

AI agent security via MCP: C3 firewall, C4 immune system, C5 action guard, self-evolving prompts.

Installs per day peak 20 · avg 8 · +64% w/w
a month agotoday
50
Installs / week
npm · @gsep/mcp
0
Stars
0 open issues
24 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions src/rest/routes.ts:410
        command: 'rm -rf /home/user/projects',
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.

  const storagePath = path.join(config.storagePath, genomeId, 'gsep.sqlite');

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Gsep MCP and you get told the day something new turns up.

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 gsep-mcp -- npx -y @gsep/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gsep-mcp": {
      "args": [
        "-y",
        "@gsep/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gsep-mcp]
command = "npx"
args = ["-y", "@gsep/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gsep-mcp": {
      "args": [
        "-y",
        "@gsep/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gsep-mcp": {
      "args": [
        "-y",
        "@gsep/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Anthropic API key (use this OR OPENAI_API_KEY OR OLLAMA_HOST)), OPENAI_API_KEY (OpenAI API key (use this OR ANTHROPIC_API_KEY OR OLLAMA_HOST)), OLLAMA_HOST (Ollama server URL for local models (e.g. http://localhost:11434)), GSEP_PRESET (Intelligence preset: minimal, standard, conscious, or full (default: full)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gsep MCP

same job, measured the same way
AI Firewall MCP
by akhilucky

Multi-agent LLM security layer detecting prompt injection and jailbreaks.

89 installs/wk local only
Shadowgate MCP
by josephibra

Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.

answering
MCP Audit Server
by joepangallo

Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend

31 installs/wk local only
Suprawall MCP
by wiserautomation

SupraWall security gateway for AI agents. Provides deterministic guardrails for MCP agents.

13 installs/wk local only
Skillguard
by rudrendupaul

Security scanner for third-party AI agent-skill files (SKILL.md, hooks, scripts) via MCP.

135 installs/wk local only
Guardrails
by expertvagabond

AI Agent Guardrails MCP server - security layer

31 installs/wk local only
Tripwire
by bonesdefi

Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute.

41 installs/wk local only
Agent Immune
by denial-web

AI agent security: prompt injection detection, semantic memory, output scanning, prompt hardening

85 installs/wk local only

Gsep MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gsep MCP?
Gsep MCP 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 @gsep/mcp was installed 50 times last week.
How do I connect Gsep MCP?
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 @gsep/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gsep MCP?
The npm package @gsep/mcp was installed 50 times in the last week. Week over week that is +64%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gsep MCP 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.