Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From xclaude-plugin
Local stdio MCP server (xc-build) running Node.js, provides deployment capabilities. Configurable with XC_LOG_LEVEL env var. No API keys needed.
npx claudepluginhub conorluddy/xclaude-plugin --plugin xclaude-pluginCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"xc-build": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-servers/xc-build/dist/index.js"
],
"env": {
"XC_LOG_LEVEL": "info"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
XC_LOG_LEVEL=infoDeclared capabilities of this MCP server
Share bugs, ideas, or general feedback.