@hubium/hubium-mcp
v0.1.18
Published
Minimal, client-agnostic MCP stdio server + CLI scaffold.
Readme
hubium-mcp
Minimal, client-agnostic MCP stdio server + CLI scaffold.
Usage
hubium-mcp serveAuth Token Precedence
- Precedence is
keychain > env > file. - On macOS, recommended setup is keychain-backed auth with
.env.mcpcontaining only non-secret config (HUBIUM_BASE_URL, workspace id). run.shloads.env.mcpand exports token/base URL for host-launched MCP processes.
v0.1.16 Fix
- Fix auth token propagation for MCP hosts (VS Code/Cursor/Claude/Codex/Copilot) so
hubium_whoamiworks reliably after install. - Token precedence is
keychain > env > file.
Notes
- Host installers write MCP config entries for supported clients.
run.shis a deterministic stdio wrapper for GUI hosts.- Use
hubium-mcp doctorandhubium-mcp verify vscodefor host diagnostics.
