Ghostfolio MCP
Rank #2,801io.github.mhajder/ghostfolio-mcp
MCP server for Ghostfolio portfolio management and financial data access
Ghostfolio MCP is a Model Context Protocol (MCP) server published by mhajder. It ranks #2,801 of 115,460 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. Ghostfolio MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Aug 29, 2025 and most recently updated on Aug 27, 2026.
Ranks ahead of 112,659 of 115,460 servers on MCP Toplist.
Use Ghostfolio MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add ghostfolio-mcp -e "GHOSTFOLIO_URL=<your GHOSTFOLIO_URL>" -e "GHOSTFOLIO_TOKEN=<your GHOSTFOLIO_TOKEN>" -e "GHOSTFOLIO_VERIFY_SSL=<your GHOSTFOLIO_VERIFY_SSL>" -e "GHOSTFOLIO_TIMEOUT=<your GHOSTFOLIO_TIMEOUT>" -e "READ_ONLY_MODE=<your READ_ONLY_MODE>" -e "GHOSTFOLIO_DISABLED_TAGS=<your GHOSTFOLIO_DISABLED_TAGS>" -e "LOG_LEVEL=<your LOG_LEVEL>" -e "RATE_LIMIT_ENABLED=<your RATE_LIMIT_ENABLED>" -e "RATE_LIMIT_MAX_REQUESTS=<your RATE_LIMIT_MAX_REQUESTS>" -e "RATE_LIMIT_WINDOW_MINUTES=<your RATE_LIMIT_WINDOW_MINUTES>" -e "TOOL_SEARCH_ENABLED=<your TOOL_SEARCH_ENABLED>" -e "TOOL_SEARCH_STRATEGY=<your TOOL_SEARCH_STRATEGY>" -e "TOOL_SEARCH_MAX_RESULTS=<your TOOL_SEARCH_MAX_RESULTS>" -- uvx ghostfolio-mcpReplace each placeholder with your own value before saving.
claude mcp add ghostfolio-mcp -e "GHOSTFOLIO_URL=<your GHOSTFOLIO_URL>" -e "GHOSTFOLIO_TOKEN=<your GHOSTFOLIO_TOKEN>" -e "GHOSTFOLIO_VERIFY_SSL=<your GHOSTFOLIO_VERIFY_SSL>" -e "GHOSTFOLIO_TIMEOUT=<your GHOSTFOLIO_TIMEOUT>" -e "READ_ONLY_MODE=<your READ_ONLY_MODE>" -e "GHOSTFOLIO_DISABLED_TAGS=<your GHOSTFOLIO_DISABLED_TAGS>" -e "LOG_LEVEL=<your LOG_LEVEL>" -e "RATE_LIMIT_ENABLED=<your RATE_LIMIT_ENABLED>" -e "RATE_LIMIT_MAX_REQUESTS=<your RATE_LIMIT_MAX_REQUESTS>" -e "RATE_LIMIT_WINDOW_MINUTES=<your RATE_LIMIT_WINDOW_MINUTES>" -e "TOOL_SEARCH_ENABLED=<your TOOL_SEARCH_ENABLED>" -e "TOOL_SEARCH_STRATEGY=<your TOOL_SEARCH_STRATEGY>" -e "TOOL_SEARCH_MAX_RESULTS=<your TOOL_SEARCH_MAX_RESULTS>" -e "MCP_HTTP_PORT=<your MCP_HTTP_PORT>" -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -- uvx ghostfolio-mcpReplace each placeholder with your own value before saving.
claude mcp add ghostfolio-mcp -e "GHOSTFOLIO_URL=<your GHOSTFOLIO_URL>" -e "GHOSTFOLIO_TOKEN=<your GHOSTFOLIO_TOKEN>" -e "GHOSTFOLIO_VERIFY_SSL=<your GHOSTFOLIO_VERIFY_SSL>" -e "GHOSTFOLIO_TIMEOUT=<your GHOSTFOLIO_TIMEOUT>" -e "READ_ONLY_MODE=<your READ_ONLY_MODE>" -e "GHOSTFOLIO_DISABLED_TAGS=<your GHOSTFOLIO_DISABLED_TAGS>" -e "LOG_LEVEL=<your LOG_LEVEL>" -e "RATE_LIMIT_ENABLED=<your RATE_LIMIT_ENABLED>" -e "RATE_LIMIT_MAX_REQUESTS=<your RATE_LIMIT_MAX_REQUESTS>" -e "RATE_LIMIT_WINDOW_MINUTES=<your RATE_LIMIT_WINDOW_MINUTES>" -e "TOOL_SEARCH_ENABLED=<your TOOL_SEARCH_ENABLED>" -e "TOOL_SEARCH_STRATEGY=<your TOOL_SEARCH_STRATEGY>" -e "TOOL_SEARCH_MAX_RESULTS=<your TOOL_SEARCH_MAX_RESULTS>" -e "MCP_HTTP_PORT=<your MCP_HTTP_PORT>" -- docker run -i --rm -p "{MCP_HTTP_PORT}:8000" ghcr.io/mhajder/ghostfolio-mcp:1.6.1Replace each placeholder with your own value before saving.
[mcp_servers.ghostfolio-mcp]
command = "uvx"
args = ["ghostfolio-mcp"]
[mcp_servers.ghostfolio-mcp.env]
GHOSTFOLIO_URL = "<your GHOSTFOLIO_URL>"
GHOSTFOLIO_TOKEN = "<your GHOSTFOLIO_TOKEN>"
GHOSTFOLIO_VERIFY_SSL = "<your GHOSTFOLIO_VERIFY_SSL>"
GHOSTFOLIO_TIMEOUT = "<your GHOSTFOLIO_TIMEOUT>"
READ_ONLY_MODE = "<your READ_ONLY_MODE>"
GHOSTFOLIO_DISABLED_TAGS = "<your GHOSTFOLIO_DISABLED_TAGS>"
LOG_LEVEL = "<your LOG_LEVEL>"
RATE_LIMIT_ENABLED = "<your RATE_LIMIT_ENABLED>"
RATE_LIMIT_MAX_REQUESTS = "<your RATE_LIMIT_MAX_REQUESTS>"
RATE_LIMIT_WINDOW_MINUTES = "<your RATE_LIMIT_WINDOW_MINUTES>"
TOOL_SEARCH_ENABLED = "<your TOOL_SEARCH_ENABLED>"
TOOL_SEARCH_STRATEGY = "<your TOOL_SEARCH_STRATEGY>"
TOOL_SEARCH_MAX_RESULTS = "<your TOOL_SEARCH_MAX_RESULTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.ghostfolio-mcp]
command = "uvx"
args = ["ghostfolio-mcp"]
[mcp_servers.ghostfolio-mcp.env]
GHOSTFOLIO_URL = "<your GHOSTFOLIO_URL>"
GHOSTFOLIO_TOKEN = "<your GHOSTFOLIO_TOKEN>"
GHOSTFOLIO_VERIFY_SSL = "<your GHOSTFOLIO_VERIFY_SSL>"
GHOSTFOLIO_TIMEOUT = "<your GHOSTFOLIO_TIMEOUT>"
READ_ONLY_MODE = "<your READ_ONLY_MODE>"
GHOSTFOLIO_DISABLED_TAGS = "<your GHOSTFOLIO_DISABLED_TAGS>"
LOG_LEVEL = "<your LOG_LEVEL>"
RATE_LIMIT_ENABLED = "<your RATE_LIMIT_ENABLED>"
RATE_LIMIT_MAX_REQUESTS = "<your RATE_LIMIT_MAX_REQUESTS>"
RATE_LIMIT_WINDOW_MINUTES = "<your RATE_LIMIT_WINDOW_MINUTES>"
TOOL_SEARCH_ENABLED = "<your TOOL_SEARCH_ENABLED>"
TOOL_SEARCH_STRATEGY = "<your TOOL_SEARCH_STRATEGY>"
TOOL_SEARCH_MAX_RESULTS = "<your TOOL_SEARCH_MAX_RESULTS>"
MCP_HTTP_PORT = "<your MCP_HTTP_PORT>"
MCP_TRANSPORT = "<your MCP_TRANSPORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.ghostfolio-mcp]
command = "docker"
args = ["run", "-i", "--rm", "-p", "{MCP_HTTP_PORT}:8000", "ghcr.io/mhajder/ghostfolio-mcp:1.6.1"]
[mcp_servers.ghostfolio-mcp.env]
GHOSTFOLIO_URL = "<your GHOSTFOLIO_URL>"
GHOSTFOLIO_TOKEN = "<your GHOSTFOLIO_TOKEN>"
GHOSTFOLIO_VERIFY_SSL = "<your GHOSTFOLIO_VERIFY_SSL>"
GHOSTFOLIO_TIMEOUT = "<your GHOSTFOLIO_TIMEOUT>"
READ_ONLY_MODE = "<your READ_ONLY_MODE>"
GHOSTFOLIO_DISABLED_TAGS = "<your GHOSTFOLIO_DISABLED_TAGS>"
LOG_LEVEL = "<your LOG_LEVEL>"
RATE_LIMIT_ENABLED = "<your RATE_LIMIT_ENABLED>"
RATE_LIMIT_MAX_REQUESTS = "<your RATE_LIMIT_MAX_REQUESTS>"
RATE_LIMIT_WINDOW_MINUTES = "<your RATE_LIMIT_WINDOW_MINUTES>"
TOOL_SEARCH_ENABLED = "<your TOOL_SEARCH_ENABLED>"
TOOL_SEARCH_STRATEGY = "<your TOOL_SEARCH_STRATEGY>"
TOOL_SEARCH_MAX_RESULTS = "<your TOOL_SEARCH_MAX_RESULTS>"
MCP_HTTP_PORT = "<your MCP_HTTP_PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "uvx",
"args": [
"ghostfolio-mcp"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "uvx",
"args": [
"ghostfolio-mcp"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{MCP_HTTP_PORT}:8000",
"ghcr.io/mhajder/ghostfolio-mcp:1.6.1"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "uvx",
"args": [
"ghostfolio-mcp"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "uvx",
"args": [
"ghostfolio-mcp"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{MCP_HTTP_PORT}:8000",
"ghcr.io/mhajder/ghostfolio-mcp:1.6.1"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ghostfolio-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ghostfolio-mcp"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"ghostfolio-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ghostfolio-mcp"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"ghostfolio-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{MCP_HTTP_PORT}:8000",
"ghcr.io/mhajder/ghostfolio-mcp:1.6.1"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "uvx",
"args": [
"ghostfolio-mcp"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "uvx",
"args": [
"ghostfolio-mcp"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{MCP_HTTP_PORT}:8000",
"ghcr.io/mhajder/ghostfolio-mcp:1.6.1"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "uvx",
"args": [
"ghostfolio-mcp"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "uvx",
"args": [
"ghostfolio-mcp"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{MCP_HTTP_PORT}:8000",
"ghcr.io/mhajder/ghostfolio-mcp:1.6.1"
],
"env": {
"GHOSTFOLIO_URL": "<your GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<your GHOSTFOLIO_TOKEN>",
"GHOSTFOLIO_VERIFY_SSL": "<your GHOSTFOLIO_VERIFY_SSL>",
"GHOSTFOLIO_TIMEOUT": "<your GHOSTFOLIO_TIMEOUT>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"GHOSTFOLIO_DISABLED_TAGS": "<your GHOSTFOLIO_DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mhajder%2Fghostfolio-mcp)<a href="https://mcptoplist.com/server/io.github.mhajder%2Fghostfolio-mcp"><img src="https://mcptoplist.com/badge/io.github.mhajder%2Fghostfolio-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mhajder
Other servers by mhajder
View all mhajder servers →Available versions (6)
| Version | Published |
|---|---|
| 1.6.1 | Aug 27, 2026 |
| 1.6.0 | Aug 19, 2026 |
| 1.4.0 | May 11, 2026 |
| 1.3.0 | May 9, 2026 |
| 1.2.1 | May 9, 2026 |
| 1.2.0 | Apr 9, 2026 |
Frequently asked questions
- Who maintains Ghostfolio MCP?
- Ghostfolio MCP is maintained by mhajder, which publishes 3 MCP servers (23 total versions) tracked on MCP Toplist.
- Is Ghostfolio MCP listed on the Official MCP Registry?
- Yes — Ghostfolio MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Ghostfolio MCP have?
- MCP Toplist tracks 6 versions of Ghostfolio MCP, most recently published on Aug 27, 2026.
- Where can I find the source code for Ghostfolio MCP?
- The source code for Ghostfolio MCP is hosted at github.com/mhajder/ghostfolio-mcp.