← sisyphosui.com

INDIVIDUAL MCP TOOL

get_changelog

Return recent Sisyphos UI releases — version, date, title, summary, and headline highlights.

sisyphosui.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

sisyphosui.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sisyphosui-com]
url = "https://www.sisyphosui.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sisyphosui-com": {
      "type": "http",
      "url": "https://www.sisyphosui.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sisyphosui-com
Remote MCP URL: https://www.sisyphosui.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sisyphosui-com": {
      "url": "https://www.sisyphosui.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sisyphosui-com": {
      "type": "http",
      "url": "https://www.sisyphosui.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sisyphosui-com",
  "transport": "streamable-http",
  "url": "https://www.sisyphosui.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_components — List every Sisyphos UI component with its category, slug, description, and supported frameworks.
  • get_component — Return the full markdown documentation for a Sisyphos UI component — description, install command, import line, framework usage snippet, props table, anatomy, keyboard shortcuts, and accessibility notes.
  • search_components — Case-insensitive substring search over component name, slug, and description.
  • get_component_demo — Return the standalone demo snippets for a component, optionally filtered to a specific framework.
  • get_installation — Return the install command, peer dependencies, and base CSS import for a chosen framework.