From composure
Discovers, recommends, installs, and verifies MCP servers based on detected project stack, handling package installation, configuration, env vars, and testing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/composure:mcp-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Discover and install MCP servers that enhance Claude Code for your project. Reads your detected stack to recommend relevant servers, then handles the full setup — package installation, config writing, env var prompts, and verification.
Discover and install MCP servers that enhance Claude Code for your project. Reads your detected stack to recommend relevant servers, then handles the full setup — package installation, config writing, env var prompts, and verification.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure mcp-setup {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File |
|---|---|
| 1 | 01-detect-and-recommend.md |
| 2 | 02-select-and-configure.md |
| 3 | 03-install-and-verify.md |
This skill has category-specific content:
data/ — 0 filesFetch category content: "~/.composure/bin/composure-fetch.mjs" skill composure mcp-setup {category}/{filename}
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureChecks and configures MCP servers in .mcp.json for project integration. Use for setup, status checks, adding core servers like context7 and sequential-thinking, or specific ones like playwright.
Discovers zero-setup hosted MCP servers (Supabase, Vercel, Sentry, Stripe, Linear, Slack, Greptile) and provides connection URLs for immediate use in any MCP client.
Manages MCP servers by discovering, analyzing, and executing tools/prompts/resources via CLI scripts. Use for integrations, capability discovery, tool filtering, and context bloat resolution.