Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub aschulergala/claude-plugin-marketplace --plugin omni-toolCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"gala-launchpad": {
"command": "npx",
"args": [
"-y",
"@gala-chain/launchpad-mcp-server@beta"
],
"env": {
"ENVIRONMENT": "qa1"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
ENVIRONMENT=qa1Share bugs, ideas, or general feedback.