Ryzome Mcp Plugins banner
0xPlaygrounds 0xPlaygrounds

Ryzome Mcp Plugins

Development community

Description

🫚 Integration plugins to leverage Ryzome's agentic context in Openclaw, Claude Code & via MCP

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

![claw-ryzome](https://github.com/user-attachments/assets/822727dc-dcd6-4af1-bc81-856a4e9a521f)

Ryzome MCP Plugins

Ryzome lets AI agents externalize their working context (plans, research, reasoning) as interactive canvases. Users can inspect the agent's state, correct it, and hand the corrected graph back for the agent to continue from.

This monorepo provides Ryzome canvas tools for AI agents across multiple integration surfaces.

Packages

Package Description Registry
`@ryzome-ai/ryzome-core` Shared logic: API client, 11 tools, graph builder, layout ![npm](https://img.shields.io/npm/v/@ryzome-ai/ryzome-core)
`@ryzome-ai/ryzome-mcp` MCP server with tools + resources for Claude Code and other MCP clients ![npm](https://img.shields.io/npm/v/@ryzome-ai/ryzome-mcp)
`@ryzome-ai/openclaw-ryzome` OpenClaw plugin adapter ![npm](https://img.shields.io/npm/v/@ryzome-ai/openclaw-ryzome)
`hermes-ryzome-plugin` Hermes Agent plugin source package. Standard Hermes install repo: `0xPlaygrounds/hermes-ryzome-plugin` ![PyPI](https://img.shields.io/pypi/v/hermes-ryzome-plugin)
`@ryzome-ai/ryzome-claude-plugin` Claude Code plugin with skills, agents, and hooks ![npm](https://img.shields.io/npm/v/@ryzome-ai/ryzome-claude-plugin)

Architecture

ryzome-claude-plugin (Claude Code plugin)
  └── ryzome-mcp (MCP server)
        └── ryzome-core (shared logic)

openclaw-ryzome (OpenClaw plugin)
  └── ryzome-core (shared logic)