AgentHubAgentHub

Ghostfolio MCP

MCP ServerMCP Registry官方收录

io.github.mhajder/ghostfolio-mcp · v1.4.1

MCP server for Ghostfolio portfolio management and financial data access

概览

Ghostfolio MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio、streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "ghostfolio-mcp": {
      "command": "uvx",
      "args": [
        "ghostfolio-mcp"
      ],
      "env": {
        "GHOSTFOLIO_URL": "<GHOSTFOLIO_URL>",
        "GHOSTFOLIO_TOKEN": "<GHOSTFOLIO_TOKEN>"
      }
    }
  }
}

环境变量

GHOSTFOLIO_URL必填

Ghostfolio base URL (e.g., https://domain.tld:3333)

GHOSTFOLIO_TOKEN必填secret

Ghostfolio API token for authentication

GHOSTFOLIO_VERIFY_SSL可选

Verify SSL certificates (true/false)

GHOSTFOLIO_TIMEOUT可选

Request timeout in seconds

READ_ONLY_MODE可选

Enable read-only mode to restrict write operations

GHOSTFOLIO_DISABLED_TAGS可选

Comma-separated list of tags to disable tools for

LOG_LEVEL可选

Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)

RATE_LIMIT_ENABLED可选

Enable rate limiting

RATE_LIMIT_MAX_REQUESTS可选

Maximum requests per rate limit window

RATE_LIMIT_WINDOW_MINUTES可选

Rate limit window in minutes

TOOL_SEARCH_ENABLED可选

Enable FastMCP tool search transform

TOOL_SEARCH_STRATEGY可选

Tool search strategy (bm25 or regex)

TOOL_SEARCH_MAX_RESULTS可选

Maximum tool search results returned by search_tools

GHOSTFOLIO_URL必填

Ghostfolio base URL (e.g., https://domain.tld:3333)

GHOSTFOLIO_TOKEN必填secret

Ghostfolio API token for authentication

GHOSTFOLIO_VERIFY_SSL可选

Verify SSL certificates (true/false)

GHOSTFOLIO_TIMEOUT可选

Request timeout in seconds

READ_ONLY_MODE可选

Enable read-only mode to restrict write operations

GHOSTFOLIO_DISABLED_TAGS可选

Comma-separated list of tags to disable tools for

LOG_LEVEL可选

Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)

RATE_LIMIT_ENABLED可选

Enable rate limiting

RATE_LIMIT_MAX_REQUESTS可选

Maximum requests per rate limit window

RATE_LIMIT_WINDOW_MINUTES可选

Rate limit window in minutes

TOOL_SEARCH_ENABLED可选

Enable FastMCP tool search transform

TOOL_SEARCH_STRATEGY可选

Tool search strategy (bm25 or regex)

TOOL_SEARCH_MAX_RESULTS可选

Maximum tool search results returned by search_tools

MCP_HTTP_PORT可选

Port for HTTP server (default: 8000)

MCP_TRANSPORT可选

MCP transport type (http for HTTP, stdio for stdio)

GHOSTFOLIO_URL必填

Ghostfolio base URL (e.g., https://domain.tld:3333)

GHOSTFOLIO_TOKEN必填secret

Ghostfolio API token for authentication

GHOSTFOLIO_VERIFY_SSL可选

Verify SSL certificates (true/false)

GHOSTFOLIO_TIMEOUT可选

Request timeout in seconds

READ_ONLY_MODE可选

Enable read-only mode to restrict write operations

GHOSTFOLIO_DISABLED_TAGS可选

Comma-separated list of tags to disable tools for

LOG_LEVEL可选

Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)

RATE_LIMIT_ENABLED可选

Enable rate limiting

RATE_LIMIT_MAX_REQUESTS可选

Maximum requests per rate limit window

RATE_LIMIT_WINDOW_MINUTES可选

Rate limit window in minutes

TOOL_SEARCH_ENABLED可选

Enable FastMCP tool search transform

TOOL_SEARCH_STRATEGY可选

Tool search strategy (bm25 or regex)

TOOL_SEARCH_MAX_RESULTS可选

Maximum tool search results returned by search_tools

MCP_HTTP_PORT可选

Port for HTTP server (default: 8000)

相关资源

统一 Manifest

{
  "id": "io.github.mhajder/ghostfolio-mcp",
  "type": "mcp-server",
  "version": "1.4.1",
  "displayName": "Ghostfolio MCP",
  "description": "MCP server for Ghostfolio portfolio management and financial data access",
  "repository": {
    "url": "https://github.com/mhajder/ghostfolio-mcp",
    "source": "github"
  },
  "homepage": "https://github.com/mhajder/ghostfolio-mcp",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "ghostfolio-mcp",
        "version": "1.4.1",
        "runtimeHint": "uvx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GHOSTFOLIO_URL",
            "description": "Ghostfolio base URL (e.g., https://domain.tld:3333)",
            "isRequired": true
          },
          {
            "name": "GHOSTFOLIO_TOKEN",
            "description": "Ghostfolio API token for authentication",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "GHOSTFOLIO_VERIFY_SSL",
            "description": "Verify SSL certificates (true/false)"
          },
          {
            "name": "GHOSTFOLIO_TIMEOUT",
            "description": "Request timeout in seconds"
          },
          {
            "name": "READ_ONLY_MODE",
            "description": "Enable read-only mode to restrict write operations"
          },
          {
            "name": "GHOSTFOLIO_DISABLED_TAGS",
            "description": "Comma-separated list of tags to disable tools for"
          },
          {
            "name": "LOG_LEVEL",
            "description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)"
          },
          {
            "name": "RATE_LIMIT_ENABLED",
            "description": "Enable rate limiting"
          },
          {
            "name": "RATE_LIMIT_MAX_REQUESTS",
            "description": "Maximum requests per rate limit window"
          },
          {
            "name": "RATE_LIMIT_WINDOW_MINUTES",
            "description": "Rate limit window in minutes"
          },
          {
            "name": "TOOL_SEARCH_ENABLED",
            "description": "Enable FastMCP tool search transform"
          },
          {
            "name": "TOOL_SEARCH_STRATEGY",
            "description": "Tool search strategy (bm25 or regex)"
          },
          {
            "name": "TOOL_SEARCH_MAX_RESULTS",
            "description": "Maximum tool search results returned by search_tools"
          }
        ]
      },
      {
        "registryType": "pypi",
        "identifier": "ghostfolio-mcp",
        "version": "1.4.1",
        "runtimeHint": "uvx",
        "transport": "streamable-http",
        "environmentVariables": [
          {
            "name": "GHOSTFOLIO_URL",
            "description": "Ghostfolio base URL (e.g., https://domain.tld:3333)",
            "isRequired": true
          },
          {
            "name": "GHOSTFOLIO_TOKEN",
            "description": "Ghostfolio API token for authentication",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "GHOSTFOLIO_VERIFY_SSL",
            "description": "Verify SSL certificates (true/false)"
          },
          {
            "name": "GHOSTFOLIO_TIMEOUT",
            "description": "Request timeout in seconds"
          },
          {
            "name": "READ_ONLY_MODE",
            "description": "Enable read-only mode to restrict write operations"
          },
          {
            "name": "GHOSTFOLIO_DISABLED_TAGS",
            "description": "Comma-separated list of tags to disable tools for"
          },
          {
            "name": "LOG_LEVEL",
            "description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)"
          },
          {
            "name": "RATE_LIMIT_ENABLED",
            "description": "Enable rate limiting"
          },
          {
            "name": "RATE_LIMIT_MAX_REQUESTS",
            "description": "Maximum requests per rate limit window"
          },
          {
            "name": "RATE_LIMIT_WINDOW_MINUTES",
            "description": "Rate limit window in minutes"
          },
          {
            "name": "TOOL_SEARCH_ENABLED",
            "description": "Enable FastMCP tool search transform"
          },
          {
            "name": "TOOL_SEARCH_STRATEGY",
            "description": "Tool search strategy (bm25 or regex)"
          },
          {
            "name": "TOOL_SEARCH_MAX_RESULTS",
            "description": "Maximum tool search results returned by search_tools"
          },
          {
            "name": "MCP_HTTP_PORT",
            "description": "Port for HTTP server (default: 8000)"
          },
          {
            "name": "MCP_TRANSPORT",
            "description": "MCP transport type (http for HTTP, stdio for stdio)"
          }
        ]
      },
      {
        "registryType": "oci",
        "identifier": "ghcr.io/mhajder/ghostfolio-mcp:1.4.1",
        "transport": "streamable-http",
        "environmentVariables": [
          {
            "name": "GHOSTFOLIO_URL",
            "description": "Ghostfolio base URL (e.g., https://domain.tld:3333)",
            "isRequired": true
          },
          {
            "name": "GHOSTFOLIO_TOKEN",
            "description": "Ghostfolio API token for authentication",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "GHOSTFOLIO_VERIFY_SSL",
            "description": "Verify SSL certificates (true/false)"
          },
          {
            "name": "GHOSTFOLIO_TIMEOUT",
            "description": "Request timeout in seconds"
          },
          {
            "name": "READ_ONLY_MODE",
            "description": "Enable read-only mode to restrict write operations"
          },
          {
            "name": "GHOSTFOLIO_DISABLED_TAGS",
            "description": "Comma-separated list of tags to disable tools for"
          },
          {
            "name": "LOG_LEVEL",
            "description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)"
          },
          {
            "name": "RATE_LIMIT_ENABLED",
            "description": "Enable rate limiting"
          },
          {
            "name": "RATE_LIMIT_MAX_REQUESTS",
            "description": "Maximum requests per rate limit window"
          },
          {
            "name": "RATE_LIMIT_WINDOW_MINUTES",
            "description": "Rate limit window in minutes"
          },
          {
            "name": "TOOL_SEARCH_ENABLED",
            "description": "Enable FastMCP tool search transform"
          },
          {
            "name": "TOOL_SEARCH_STRATEGY",
            "description": "Tool search strategy (bm25 or regex)"
          },
          {
            "name": "TOOL_SEARCH_MAX_RESULTS",
            "description": "Maximum tool search results returned by search_tools"
          },
          {
            "name": "MCP_HTTP_PORT",
            "description": "Port for HTTP server (default: 8000)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.mhajder/ghostfolio-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mhajder%2Fghostfolio-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Ghostfolio MCP — MCP Server 安装与配置 · AgentHub