Millyweb Infrastructure - Self-hosted AI hub, MCP pipeline, and server operations
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"millyweb-infra": {
"command": "npx",
"args": [
"-y",
"rdmilly/millyweb-infra"
]
}
}
}
Run in terminal:
claude mcp add millyweb-infra npx -y rdmilly/millyweb-infra
Add to .cursor/mcp.json:
{
"mcpServers": {
"millyweb-infra": {
"command": "npx",
"args": [
"-y",
"rdmilly/millyweb-infra"
]
}
}
}