Back to Browse

Gsep MCP Server

Developer ToolsUse Caution4.1MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.1
Use Caution4.1High Risk

GSEP-MCP is a security-focused MCP server with reasonable architecture and no critical vulnerabilities detected. However, the codebase lacks input validation enforcement, has minimal error handling for external dependencies, and relies heavily on an external @gsep/core package whose behavior is not verifiable from this code alone. The server's permissions (env_vars, network_http, file_system) are appropriate for a developer tool but warrant careful use given the sensitive nature of LLM API keys and genome storage. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

7 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Anthropic API key (use this OR OPENAI_API_KEY OR OLLAMA_HOST)Required

Environment variable: ANTHROPIC_API_KEY

OpenAI API key (use this OR ANTHROPIC_API_KEY OR OLLAMA_HOST)Required

Environment variable: OPENAI_API_KEY

Ollama server URL for local models (e.g. http://localhost:11434)Optional

Environment variable: OLLAMA_HOST

Intelligence preset: minimal, standard, conscious, or full (default: full)Optional

Environment variable: GSEP_PRESET

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-gsepcore-gsep-mcp": {
      "env": {
        "GSEP_PRESET": "your-gsep-preset-here",
        "OLLAMA_HOST": "your-ollama-host-here",
        "OPENAI_API_KEY": "your-openai-api-key-here",
        "ANTHROPIC_API_KEY": "your-anthropic-api-key-here"
      },
      "args": [
        "-y",
        "@gsep/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Gsep MCP Server - AI agent security via MCP: C3 firewall, C4 immune system, | MCP Marketplace