@supercodebros/helios-agent-mcp
v0.1.1
Published
MCP server and auth toolbox for Helios delegated agent login
Downloads
299
Maintainers
Readme
@supercodebros/helios-agent-mcp
Helios MCP server for delegated agent login and wallet-state access.
Install
npm install -g @supercodebros/helios-agent-mcpOr run it without a global install:
npx -y @supercodebros/helios-agent-mcpRequired environment variables
HELIOS_IDENTITY_SERVICE_URLHELIOS_DATA_BRIDGE_URL
Optional:
HELIOS_AGENT_MCP_SESSION_PATH
Example MCP configuration
{
"mcpServers": {
"helios": {
"command": "npx",
"args": ["-y", "@supercodebros/helios-agent-mcp"],
"env": {
"HELIOS_IDENTITY_SERVICE_URL": "https://identity.example.com",
"HELIOS_DATA_BRIDGE_URL": "https://api.example.com"
}
}
}
}Publishing
This package depends on @supercodebros/helios-agent. Publish in this order:
@supercodebros/helios-agent@supercodebros/helios-agent-mcp
From the repo root:
pnpm publish:helios-agent
pnpm publish:helios-agent-mcpOr publish this package only after its dependencies are already on npm:
pnpm publish:helios-agent-mcp