MCP Server
MCP
LaunchChair
Plan, validate, and build products and features with LaunchChair.
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