Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub jmagar/claude-homelab --plugin arcane-mcpCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"arcane-mcp": {
"command": "node",
"args": [
"./dist/index.js"
],
"env": {
"ARCANE_MCP_TRANSPORT": "stdio"
}
}
}
}Server configuration and connection parameters
node./Command-line arguments passed to the server process
Environment variables set when the server starts
ARCANE_MCP_TRANSPORT=stdioShare bugs, ideas, or general feedback.