io.github.gsepcore/gsep-mcp✓
io.github.gsepcore/gsep-mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.gsepcore/gsep-mcp",
"description": "AI agent security via MCP: C3 firewall, C4 immune system, C5 action guard, self-evolving prompts.",
"repository": {
"url": "https://github.com/gsepcore/gsep-mcp",
"source": "github"
},
"version": "1.0.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}