Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From xclaude-plugin
Local stdio MCP server (xc-ai-assist) running as Node.js subprocess for AI assistance. Configurable via XC_LOG_LEVEL env var. No secrets required.
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-ai-assist": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-servers/xc-ai-assist/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=infoShare bugs, ideas, or general feedback.