← Back to Plugins
MCP Server MCP

LaunchChair

MCP Registry publisher By MCP Registry publisher 👁 2 views ▲ 0 votes

Plan, validate, and build products and features with LaunchChair.

Homepage Verified source

Install

npx -y @launchchair/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@launchchair/agent",
      "version": "0.4.10",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "type": "named",
          "name": "-y"
        }
      ],
      "packageArguments": [
        {
          "value": "mcp-server",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "LaunchChair Agent API token from Settings > API Access.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LAUNCHCHAIR_AGENT_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...