Add MCP server integrations to plugins

create-mcp-integrationskillsetup L33
richfrem/agent-plugins-skills
What it does

Scaffold MCP server integration into plugin configuration

Best for

Adding hosted service integrations (Slack, GitHub, Postgres) without manual MCP config authoring

Inputs
  • · MCP server name or service description
Outputs
  • · .mcp.json server entry with auth config, allowed tools, env vars
Requires
  • · MCP CLI
  • · auth provider (OAuth, API key, etc.)
Preconditions

MCP server type determined (stdio/SSE/streamable-http)

Failure modes
  • · OAuth flow incomplete
  • · HTTPS/WSS requirement violated (caught in validation)
Trust signals
  • · phased auth/tool selection
  • · HTTPS-only transport enforcement
  • · credential setup walkthrough