@novaluna/agent
v1.0.3
Published
Novaluna desktop agent — connects local MCP servers (Bloomberg Terminal, etc.) to Novaluna cloud
Downloads
58
Maintainers
Readme
@novaluna/agent
Connects local MCP servers (Bloomberg Terminal, etc.) on your desktop to Novaluna cloud.
Quick start
Your Novaluna admin will give you a setup file. Double-click it — that's it.
If you prefer the command line:
npx @novaluna/agent start --token nvl_YOUR_TOKENAdd a data source (Bloomberg)
npx @novaluna/agent mcp add \
--id bloomberg \
--name "Bloomberg Terminal" \
--command python \
--args -m bloomberg_mcp
npx @novaluna/agent startCommands
| Command | Description |
|---|---|
| start [--token nvl_xxx] | Start and connect the agent |
| mcp add --id ... --name ... --command ... | Add an MCP server |
| mcp list | Show configured MCP servers |
| mcp remove <id> | Remove an MCP server |
| config | Show current config file path and contents |
Config file
All config lives at ~/.novaluna/agent.json (Windows: %USERPROFILE%\.novaluna\agent.json).
The token is saved on first run — subsequent runs don't need --token.
Requirements
- Node.js 18+
- The data source you want to connect (e.g. Bloomberg Terminal must be running)
