← Back to Plugins
MCP Server MCP

io.github.gsepcore/gsep-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @gsep/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@gsep/mcp",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Anthropic API key (use this OR OPENAI_API_KEY OR OLLAMA_HOST)",
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "OpenAI API key (use this OR ANTHROPIC_API_KEY OR OLLAMA_HOST)",
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Ollama server URL for local models (e.g. http://localhost:11434)",
          "format": "string",
          "name": "OLLAMA_HOST"
        },
        {
          "description": "Intelligence preset: minimal, standard, conscious, or full (default: full)",
          "format": "string",
          "name": "GSEP_PRESET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...