By readysettech
Readyset is a SQL caching layer for MySQL and Postgres that turns slow queries into millisecond reads — no code changes, no schema changes. This plugin lets Claude Code explore caching opportunities and manage caches on a Readyset server you don't operate, connecting over the SQL wire protocol like any other client. Requires the readyset-mcp binary on PATH from https://github.com/readysettech/readyset/releases.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
hostHostname or IP of the Readyset server's SQL listener.
${user_config.host}portSQL listener port. Typically 3307 for MySQL or 5433 for PostgreSQL.
${user_config.port}userDatabase user for the SQL connection. Cache mutations require whatever grants Readyset enforces for this user.
${user_config.user}db_typeEither `mysql` or `postgresql`. Must match the upstream Readyset is fronting.
${user_config.db_type}Requires secrets
Needs API keys or credentials to function
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
sslmodeTLS mode for the SQL connection: `disable`, `prefer`, or `require`. Leave empty to use the binary's default.
${user_config.sslmode}databaseDefault database/schema name. Optional for MySQL; recommended for PostgreSQL.
${user_config.database}passwordPassword for the database user. Stored as a sensitive value.
${user_config.password}A Claude Code plugin marketplace for Readyset.
Two plugins are available — pick one based on whether you operate the Readyset server:
| Plugin | Transport | Auth | When to use |
|---|---|---|---|
readyset-mcp | HTTP (Streamable) | Bearer token with scopes | You operate the Readyset server (or your operator has enabled the MCP HTTP listener for you) |
readyset-mcp-stdio | stdio | Database credentials | You don't control the Readyset server and can't restart it with the MCP HTTP listener enabled — the binary connects over the SQL wire protocol like any other client |
/plugin marketplace add readysettech/readyset-claude-plugins
/plugin install readyset-mcp@readyset
Claude Code will prompt for two values:
Readyset MCP URL — the Streamable HTTP endpoint exposed by your Readyset server. Defaults to http://127.0.0.1:6035/mcp (Readyset's default --mcp-address mounted at /mcp).
Bearer token — issued in Readyset with:
CREATE MCP TOKEN '<name>' WITH SCOPE <read_only|cache_admin|full>;
Stored as a sensitive value by Claude Code. Read tools require read_only or higher; create_cache and drop_cache require cache_admin or full.
Use this plugin when you want to run MCP tools against a Readyset server you don't control — for example, a shared deployment where you can't restart the process to enable the MCP HTTP listener. The standalone readyset-mcp binary connects to Readyset over the SQL wire protocol just like any other database client, so it works as long as you have SQL credentials.
/plugin install readyset-mcp-stdio@readyset
Prerequisite: download the readyset-mcp binary for your platform from the Readyset releases page and put it on your PATH.
Claude Code will then prompt for the SQL connection details (host, port, user, password, db type, optional database and TLS mode).
create_cache / drop_cache. Restrict at the database grant level if that matters.readyset-mcp process and its own SQL connection.If you operate the Readyset server, prefer Option 1.
Both plugins expose the same MCP tool surface:
readyset_status, readyset_versionshow_caches, show_proxied_queries, show_proxied_supportedexplain_cache_supportcreate_cache, drop_cachenpx claudepluginhub readysettech/claude-plugins --plugin readyset-mcp-stdioReadyset is a SQL caching layer for MySQL and Postgres that turns slow queries into millisecond reads — no code changes, no schema changes. This plugin lets Claude Code see what's cached, surface queries worth caching, and create or drop caches on your Readyset server over its MCP HTTP endpoint with scoped bearer tokens.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.