HLVM can use Model Context Protocol servers as tools.
hlvm mcp add docs https://example.com/mcp --transport http
hlvm mcp login docs
URL inputs default to HTTP. Use --transport sse for SSE servers. Use login
for OAuth-capable remote servers.
hlvm mcp add github -- npx -y @modelcontextprotocol/server-github
The -- separator is required for stdio commands.
hlvm mcp list
hlvm mcp show github
list and show report configured servers and live connection status.
hlvm mcp logout docs
hlvm mcp remove docs
Servers persist to ~/.hlvm/mcp.json. HLVM may also discover inherited server
definitions from other tools as read-only entries.