By runlayer
Build local plugin scaffolds for Claude Code with Runlayer MCP integration. Guides you through creating skills, commands, and MCP connector configurations.
A curated collection of plugins to supercharge your development workflow. Available for both Cursor and Claude Code.
Install from the Cursor Marketplace (search for "runlayer"), or once published:
| Component | What it does |
|---|---|
| Hooks | Validates MCP tool calls against Runlayer backend, blocks access to .env and MCP config files |
| Rules | Prevents shadow MCP installation, enforces secrets hygiene |
| Skills | MCP security audit, MCP server builder, Cursor plugin builder |
| Commands | /runlayer:build-mcp, /runlayer:build-plugin |
See cursor-plugin/README.md for full details and setup instructions.
Add this marketplace to Claude Code:
claude /plugin marketplace add https://github.com/runlayer/plugins
Then install any plugin:
claude /plugin install runlayer-plugins/mcp-builder
| Plugin | Description |
|---|---|
| mcp-builder | Build production-quality MCP servers for any API or service |
| plugin-builder | Build local plugin scaffolds for Claude Code with Runlayer MCP integration |
A skill that guides you through building MCP (Model Context Protocol) servers from scratch. Covers architecture decisions, tool design patterns, and implementation workflows.
Supports: TypeScript, Python, and other languages
Triggers:
What you get:
A skill that guides you through building Claude Code plugin scaffolds. Integrates with Runlayer MCP to discover available servers and configure tool connectors.
Prerequisites: Runlayer MCP must be installed and authorized
Triggers:
What you get:
Output structure:
<plugin-slug>/
├── .claude-plugin/plugin.json
├── skills/<skill-name>/SKILL.md
├── commands/<command>.md
├── CONNECTORS.md
└── .mcp.json (if tools needed)
.cursor-plugin/plugin.json or .claude-plugin/plugin.json manifestmarketplace.json to include your pluginMIT
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.
npx claudepluginhub runlayer/plugins --plugin plugin-builderBuild production-quality MCP servers that enable LLMs to interact with external services through well-designed tools. Provides architecture guidance, tool design patterns, and implementation workflows for any language.
Skills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
MCP server development helper with tool and resource scaffolding
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
Skills and resources for developing Claude Code plugins, skills, MCP servers, and extensions. Includes comprehensive official documentation and self-update mechanism.
Build FastMCP 3.x Python MCP servers — covers provider/transform architecture (including CodeMode, Tool Search, and server-level transforms), component versioning, session state, authorization (MultiAuth, PropelAuth, connection-pooled token verifiers), evaluation creation, Pydantic validation, async patterns, STDIO and HTTP transports, nginx reverse proxy deployment, background tasks, Prefab Apps UI, security patterns, client SDK usage, testing, deployment, and migration from FastMCP v2. TypeScript is a legacy reference only and is not updated for v3.