Govern your backend control plane from your AI agent - signed, human-approval-gated.
npx @getmcp/cli add io.github.infraveilhq/control-planeRequires Python 3.10+. Community-contributed server. Review source before installing.
INFRAVEIL_BASE_URLControl-plane base URL, e.g. https://api.infraveil.com
INFRAVEIL_CLIENT_IDYour Infraveil client id (same one the agent uses)
INFRAVEIL_AGENT_IDThe agent id this MCP server speaks for
INFRAVEIL_AGENT_TOKENThe agent's existing token; used to sign requests. Never minted here.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.infraveilhq/control-plane": {
"command": "uvx",
"args": [
"infraveil-mcp"
],
"env": {
"INFRAVEIL_BASE_URL": "",
"INFRAVEIL_CLIENT_ID": "",
"INFRAVEIL_AGENT_ID": "",
"INFRAVEIL_AGENT_TOKEN": "",
"INFRAVEIL_AGENT_FILE": "",
"INFRAVEIL_VERIFY_RESPONSES": ""
}
}
}
}Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.
Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.
Operate your Linux servers from your LLM. Every action runs through an auditable allowlist.