Server data from the Official MCP Registry
AI agent security via MCP: C3 firewall, C4 immune system, C5 action guard, self-evolving prompts.
AI agent security via MCP: C3 firewall, C4 immune system, C5 action guard, self-evolving prompts.
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ANTHROPIC_API_KEY
Environment variable: OPENAI_API_KEY
Environment variable: OLLAMA_HOST
Environment variable: GSEP_PRESET
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.