Superset
superset.sh
· Superset
Superset runs parallel AI coding agents in isolated Git worktrees. This service speaks the Model Context Protocol (JSON-RPC over Streamable HTTP) rather than the A2A message protocol — connect an MCP client to the URL below to create workspaces, launch coding agents, schedule automations, and manage tasks on behalf of a Superset user.
superset.sh via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 66/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Agent card | https://superset.sh/.well-known/agent-card.json |
| Provider | https://superset.sh |
| Docs | https://docs.superset.sh/mcp-server |
Skills · 4 declared · mapped to canonical taxonomy
Create, list, rename, and delete branch- or PR-scoped Git worktree workspaces on a user's registered hosts.
Launch coding-agent sessions (Claude Code, Codex, OpenCode, and other CLI agents) with a prompt inside a workspace; list installed agent presets.
Schedule recurring agent runs with RFC 5545 RRULEs, pause/resume/dispatch them, and read run logs.
Create, search, update, and delete tasks in a Superset organization, including statuses and member assignment.
Health · last 27 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/superset.sh) [](https://agenstry.com/agents/superset.sh) [](https://agenstry.com/agents/superset.sh) [](https://agenstry.com/agents/superset.sh)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "Superset",
"description": "Superset runs parallel AI coding agents in isolated Git worktrees. This service speaks the Model Context Protocol (JSON-RPC over Streamable HTTP) rather than the A2A message protocol \u2014 connect an MCP client to the URL below to create workspaces, launch coding agents, schedule automations, and manage tasks on behalf of a Superset user.",
"url": "https://api.superset.sh/mcp",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "Superset",
"url": "https://superset.sh"
},
"version": "1.0.0",
"documentationUrl": "https://docs.superset.sh/mcp-server",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {
"oauth2": {
"type": "oauth2",
"description": "OAuth 2.1 authorization code + PKCE with RFC 7591 dynamic client registration. Discovery via RFC 9728 protected resource metadata.",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://api.superset.sh/api/auth/oauth2/authorize",
"tokenUrl": "https://api.superset.sh/api/auth/oauth2/token",
"scopes": {
"openid": "OpenID Connect",
"profile": "User profile",
"email": "User email",
"offline_access": "Refresh tokens"
}
}
}
}
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "workspaces",
"name": "Workspace orchestration",
"description": "Create, list, rename, and delete branch- or PR-scoped Git worktree workspaces on a user's registered hosts.",
"tags": [
"git",
"worktree",
"workspace"
]
},
{
"id": "agents",
"name": "Coding-agent sessions",
"description": "Launch coding-agent sessions (Claude Code, Codex, OpenCode, and other CLI agents) with a prompt inside a workspace; list installed agent presets.",
"tags": [
"coding-agent",
"terminal"
]
},
{
"id": "automations",
"name": "Scheduled automations",
"description": "Schedule recurring agent runs with RFC 5545 RRULEs, pause/resume/dispatch them, and read run logs.",
"tags": [
"automation",
"scheduling"
]
},
{
"id": "tasks",
"name": "Task tracking",
"description": "Create, search, update, and delete tasks in a Superset organization, including statuses and member assignment.",
"tags": [
"tasks",
"project-management"
]
}
],
"supportContact": "support@superset.sh"
}