Skip to main content
Glama
cody1991

openfolio-ro-mcp

by cody1991

openfolio-ro-mcp

Read-only MCP for OpenFolio. It talks to https://codytang.cn/api/external/ro — you do not clone the app.

Need Node 20+ and an API key. Put the key in OPENFOLIO_RO_KEY.

Tools: ro_catalog (what exists), ro_holdings (broker positions), ro_grid (%-grids), ro_logs (server logs). No orders.

Cursor / Claude / CodeBuddy

{
  "mcpServers": {
    "openfolio-ro": {
      "command": "npx",
      "args": ["-y", "github:cody1991/openfolio-ro-mcp"],
      "env": {
        "OPENFOLIO_RO_KEY": "<key>",
        "OPENFOLIO_ORIGIN": "https://codytang.cn"
      }
    }
  }
}

If Cursor fails with ENOENT under Cursor.app/.../resources/lib, keep command as npx and add "NPM_CONFIG_PREFIX": " " to env (a single space; Cursor bug).

Related MCP server: EODHD MCP Server

Codex

[mcp_servers.openfolio_ro]
command = "npx"
args = ["-y", "github:cody1991/openfolio-ro-mcp"]
env = { OPENFOLIO_RO_KEY = "<key>", OPENFOLIO_ORIGIN = "https://codytang.cn" }

OPENFOLIO_ORIGIN 默认就是 https://codytang.cn,可省略;只有打别的主机时才改。

Logs

ro_logs requires module or search. Default 50 rows, max 100.

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Enables read-only access to FileMaker databases through the Data API, allowing users to retrieve records, analyze metadata, search across layouts, and infer relationships while maintaining data security.
    16
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables access to financial market data including EOD, intraday, fundamentals, news, and more via 75 read-only MCP tools.
    5
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Provides read-only investment research and audit tools for validating ETF snapshots, comparing ETF structures, and auditing backtest reports, while strictly excluding any order or trading capabilities.
    4
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides read-only MCP tools for market snapshots, position risk, order reconciliation, and daily report previews with deterministic financial calculations, evidence chains, and audit trails.
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/cody1991/openfolio-ro-mcp'

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