Loading MCP server directory, please wait...
Build multi-tenant apps over MCP. Schemas, CRUD, deploys — access control enforced server-side.
npx @getmcp/cli add io.github.supero-platform/superoRequires Python 3.10+. Community-contributed server. Review source before installing.
X-API-KeySupero project API key (ak_...). Create one at app.supero.dev under your project's API keys. The key carries its own scope: every tool call is evaluated against the roles attached to it.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.supero-platform/supero": {
"url": "https://api.supero.dev/mcp/v1/messages",
"transport": "streamable-http",
"headers": {
"X-API-Key": ""
}
}
}
}