@lumiboard/mcp
v0.1.0
Published
Lumi Board MCP client for Codex and other stdio MCP hosts
Readme
Lumi Board MCP
Connect Codex or another stdio MCP host to Lumi Board without placing a password or access token in its configuration.
Sign in
npx -y @lumiboard/mcp loginThis opens https://board.lumi.vn in the browser. Sign in and approve the short device code. The local credential file is stored with user-only filesystem permissions.
For a self-hosted instance, add --base-url https://board.example.com.
Configure Codex
Add the following to ~/.codex/config.toml:
[mcp_servers.lumiboard]
command = "npx"
args = ["-y", "@lumiboard/mcp"]The server uses the saved device credential. Lumi Board verifies the current user, workspace, role, draft, and permission on every tool call.
