Skip to main content
Glama
mhajder

Ghostfolio MCP Server

by mhajder

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level (e.g., DEBUG, INFO, WARNING, ERROR)INFO
SENTRY_DSNNoSentry DSN for error tracking and performance monitoring
MCP_HTTP_HOSTNoHost to bind the HTTP server (used when MCP_TRANSPORT=sse or http)0.0.0.0
MCP_HTTP_PORTNoPort to bind the HTTP server8000
MCP_TRANSPORTNoTransport type: stdio, sse, or httpstdio
GHOSTFOLIO_URLYesThe URL of your Ghostfolio instance (e.g., https://domain.tld:3333)
READ_ONLY_MODENoSet to true to disable all write operationsfalse
SENTRY_RELEASENoRelease version (auto-detected if not set)
GHOSTFOLIO_TOKENYesYour Ghostfolio API token
GHOSTFOLIO_TIMEOUTNoConnection timeout in seconds30
RATE_LIMIT_ENABLEDNoSet to true to enable rate limitingfalse
SENTRY_ENABLE_LOGSNoEnable log capture as breadcrumbs and eventstrue
SENTRY_ENVIRONMENTNoEnvironment name (e.g., production, staging)
TOOL_SEARCH_ENABLEDNoSet to true to replace full tool listings with search_tools + call_toolfalse
TOOL_SEARCH_STRATEGYNoSearch strategy: bm25 (natural language) or regex (pattern match)bm25
GHOSTFOLIO_VERIFY_SSLNoEnable SSL certificate verificationtrue
MCP_HTTP_BEARER_TOKENNoOptional bearer token for authentication on HTTP transports
RATE_LIMIT_MAX_REQUESTSNoMaximum requests allowed per rate limit window100
SENTRY_SEND_DEFAULT_PIINoInclude personally identifiable information in Sentry eventstrue
TOOL_SEARCH_MAX_RESULTSNoMaximum number of tools returned by search_tools5
GHOSTFOLIO_DISABLED_TAGSNoComma-separated list of tags to disable tools for (e.g., portfolio,symbol)
SENTRY_PROFILE_LIFECYCLENoProfiling lifecycle mode: all, continuation, or tracetrace
RATE_LIMIT_WINDOW_MINUTESNoRate limit window size in minutes1
SENTRY_TRACES_SAMPLE_RATENoPerformance monitoring sample rate (0.0-1.0)1.0
SENTRY_PROFILE_SESSION_SAMPLE_RATENoContinuous profiling sample rate (0.0-1.0)1.0

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/mhajder/ghostfolio-mcp'

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