Skip to main content
Glama
qtcypress

market_data

by qtcypress

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QTCAP_DB_PATHNoPath to the SQLite database file. Use a persistent disk on free hosting tiers.
OPENAI_API_KEYNoAPI key for OpenAI. Required when QTCAP_LLM_PROVIDER=openai.
QTCAP_LLM_MODELNoThe model to use, e.g., llama3.1:8b for Ollama. Used when QTCAP_LLM_PROVIDER=ollama.
ANTHROPIC_API_KEYNoAPI key for Anthropic. Required when QTCAP_LLM_PROVIDER=anthropic.
QTCAP_PUBLIC_MODENoSet to 1 to run in public mode, which affects authentication and security.
QTCAP_LLM_PROVIDERNoThe LLM provider to use. Supported: openai, anthropic, ollama. Default is a deterministic offline stub.
QTCAP_MCP_TRANSPORTNoSet to stdio to run MCP over real pipes. Default is likely HTTP.
QTCAP_CANONICAL_HOSTNoCanonical host for redirecting old URLs, e.g., capstone.yourdomain.com.
QTCAP_VULNERABLE_MODENoSet to 1 to run in vulnerable mode, disabling guardrails for red-team testing.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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

Maintenance

ActivityMaintained
ResponsivenessNo issues