Stats
Actions
Tags
From buildable
Local MCP server for deployment tasks, such as building and releasing applications. Runs via Node.js; purpose beyond deployment tag is unclear.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"buildable": {
"command": "node",
"args": [
"./bin/buildable-mcp.mjs"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub suntay44/buildable-plugin-skills --plugin buildable