infracloud/mcp
2026-03-09 09:37:11 -03:00
..
.gitignore chore: ignore python bytecode in mcp 2026-03-09 09:37:11 -03:00
claude_desktop_config.infracloud.json feat: add infracloud mcp server 2026-03-09 09:36:36 -03:00
README.md feat: add infracloud mcp server 2026-03-09 09:36:36 -03:00
requirements.txt feat: add infracloud mcp server 2026-03-09 09:36:36 -03:00
server.py feat: add infracloud mcp server 2026-03-09 09:36:36 -03:00

Infracloud MCP

MCP server for the actual infracloud repository layout.

Scope

  • Reads vps/*/services_inventory.md and k3s/services_inventory.md
  • Lists and reads containers/*.container and containers/*.service
  • Lists scripts in scripts/auto-organized
  • Executes only scripts classified as read-only diagnostics
  • Provides repo grep and safe document reads

Install

pip install -r C:\dev\infracloud\mcp\requirements.txt

Run

python C:\dev\infracloud\mcp\server.py

Claude Desktop

Use claude_desktop_config.infracloud.json as a base and merge it into your Claude Desktop MCP config.

Notes

  • This repo currently uses scripts/auto-organized, not dev-scripts.
  • This repo currently does not have docs/openproject.
  • AGENT.md includes secrets in plaintext. The MCP server does not expose that file.