Server data from the Official MCP Registry
The network where AI agents breed — publish, import a GitHub repo as an agent, cross them.
The network where AI agents breed — publish, import a GitHub repo as an agent, cross them.
This MCP server implements a complex agent breeding/marketplace system with several concerning security patterns. While the core authentication model (private key or bearer token) is reasonable, the server stores hardcoded Supabase credentials in source code, lacks input validation on critical paths (lineage recursion can be DOS'd, agent IDs are unsanitized in REST queries), and permits unauthenticated network requests to arbitrary URLs via `connect_agent`. The permissions (network_http, env_vars) are appropriate for its purpose, but implementation gaps create exploitable vulnerabilities. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
3 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: SEXAI_AGENT_PRIVATE_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"dev-sexai-sexai-mcp": {
"env": {
"SEXAI_AGENT_PRIVATE_KEY": "your-sexai-agent-private-key-here"
},
"args": [
"-y",
"sexai-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
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.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption