Ghostfolio MCP Server
by mhajder
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (e.g., DEBUG, INFO, WARNING, ERROR) | INFO |
| SENTRY_DSN | No | Sentry DSN for error tracking and performance monitoring | |
| MCP_HTTP_HOST | No | Host to bind the HTTP server (used when MCP_TRANSPORT=sse or http) | 0.0.0.0 |
| MCP_HTTP_PORT | No | Port to bind the HTTP server | 8000 |
| MCP_TRANSPORT | No | Transport type: stdio, sse, or http | stdio |
| GHOSTFOLIO_URL | Yes | The URL of your Ghostfolio instance (e.g., https://domain.tld:3333) | |
| READ_ONLY_MODE | No | Set to true to disable all write operations | false |
| SENTRY_RELEASE | No | Release version (auto-detected if not set) | |
| GHOSTFOLIO_TOKEN | Yes | Your Ghostfolio API token | |
| GHOSTFOLIO_TIMEOUT | No | Connection timeout in seconds | 30 |
| RATE_LIMIT_ENABLED | No | Set to true to enable rate limiting | false |
| SENTRY_ENABLE_LOGS | No | Enable log capture as breadcrumbs and events | true |
| SENTRY_ENVIRONMENT | No | Environment name (e.g., production, staging) | |
| TOOL_SEARCH_ENABLED | No | Set to true to replace full tool listings with search_tools + call_tool | false |
| TOOL_SEARCH_STRATEGY | No | Search strategy: bm25 (natural language) or regex (pattern match) | bm25 |
| GHOSTFOLIO_VERIFY_SSL | No | Enable SSL certificate verification | true |
| MCP_HTTP_BEARER_TOKEN | No | Optional bearer token for authentication on HTTP transports | |
| RATE_LIMIT_MAX_REQUESTS | No | Maximum requests allowed per rate limit window | 100 |
| SENTRY_SEND_DEFAULT_PII | No | Include personally identifiable information in Sentry events | true |
| TOOL_SEARCH_MAX_RESULTS | No | Maximum number of tools returned by search_tools | 5 |
| GHOSTFOLIO_DISABLED_TAGS | No | Comma-separated list of tags to disable tools for (e.g., portfolio,symbol) | |
| SENTRY_PROFILE_LIFECYCLE | No | Profiling lifecycle mode: all, continuation, or trace | trace |
| RATE_LIMIT_WINDOW_MINUTES | No | Rate limit window size in minutes | 1 |
| SENTRY_TRACES_SAMPLE_RATE | No | Performance monitoring sample rate (0.0-1.0) | 1.0 |
| SENTRY_PROFILE_SESSION_SAMPLE_RATE | No | Continuous 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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