fund-dashboard

DeliciousBuding/fund-dashboard
★ 0 stars Go Database Updated 4d ago
TokenDance Fund — 个人投资组合管理(基金/股票持仓、XIRR、穿透分析、MCP server)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fund-dashboard": {
      "command": "go",
      "args": [
        "run",
        "github.com/DeliciousBuding/fund-dashboard@latest"
      ]
    }
  }
}

README Excerpt

个人投资组合工作台:单租户 Web UI(登录密码鉴权)+ REST API + 面向 AI agent 的 MCP server,公网暴露形态设计。基金 / 股票持仓管理、净值追踪、XIRR 年化、最大回撤、穿透分析、DCA 定投与回测、蒙特卡洛模拟、相关性分析、系统工作台(任务/审计/告警)。 纯 **Go** 后端 + **React 19 / Vite 7 / Tailwind v4** 前端(`web/`,go:embed 内嵌 → 单二进制交付),SQLite 默认持久化(可选 PostgreSQL 双驱动)。设计与实施波次见 [docs/design/](docs/design/README.md)。
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →