gsep mcp for Cline
io.github.gsepcore/gsep-mcp
AI agent security via MCP: C3 firewall, C4 immune system, C5 action guard, self-evolving prompts.
client:Cline
transport:stdio
runtime:npm
Install gsep mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"gsep-mcp": {
"command": "npx",
"args": [
"-y",
"@gsep/mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"OLLAMA_HOST": "<OLLAMA_HOST>",
"GSEP_PRESET": "<GSEP_PRESET>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs