Skip to main content
Glama
akeslo

kubera-mcp

by akeslo

kubera-mcp

MCP server for Kubera — lets LLMs (Claude, Gemini, etc.) read and update your portfolio data.

Tools

Tool

Description

kubera_list_portfolios

List all portfolios

kubera_get_portfolio_data

Fetch assets, debts, and net worth for a portfolio

kubera_update_item

Update the value of a manual asset or debt

Requirements

  • Docker (recommended) or Node.js 18+

  • Kubera API Key & Secret — get from Kubera → Settings → API

Setup

docker build -t kubera-mcp .

Local Node

npm install && npm run build

Configuration

Copy .env.example to .env and fill in your credentials:

KUBERA_API_KEY=your_api_key
KUBERA_API_SECRET=your_api_secret

MCP Client Config

Docker

{
  "mcpServers": {
    "kubera": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "-e", "KUBERA_API_KEY", "-e", "KUBERA_API_SECRET", "kubera-mcp"],
      "env": {
        "KUBERA_API_KEY": "your_api_key",
        "KUBERA_API_SECRET": "your_api_secret"
      }
    }
  }
}

Local Node

{
  "mcpServers": {
    "kubera": {
      "command": "node",
      "args": ["/absolute/path/to/kubera-mcp/dist/index.js"],
      "env": {
        "KUBERA_API_KEY": "your_api_key",
        "KUBERA_API_SECRET": "your_api_secret"
      }
    }
  }
}
F
license - not found
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/akeslo/kubera-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server