BackTest_MCP
by Dor1Toes
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QUANTFORGE_DB_PATH | No | Path to SQLite database file | quantforge_mcp/storage/quantforge.db |
| QUANTFORGE_SSE_PORT | No | Port for SSE transport | 8001 |
| QUANTFORGE_TRANSPORT | No | Transport method (stdio or sse) | stdio |
| QUANTFORGE_DATA_SOURCE | No | Data source for stock data | yfinance |
| QUANTFORGE_DOCKER_IMAGE | No | Docker image for sandbox worker | quantforge-worker:latest |
| QUANTFORGE_ARTIFACTS_DIR | No | Directory for backtest artifacts | quantforge_mcp/storage/artifacts |
| QUANTFORGE_DOCKER_ENABLED | No | Enable Docker sandbox for backtest workers | true |
| QUANTFORGE_SANDBOX_CPU_QUOTA | No | Sandbox CPU quota | 100000 |
| QUANTFORGE_SANDBOX_MEM_LIMIT | No | Sandbox memory limit | 512m |
| QUANTFORGE_SANDBOX_TIMEOUT_SEC | No | Sandbox timeout in seconds | 120 |
| QUANTFORGE_ENABLE_EXPERIMENTAL_ML | No | Enable experimental ML module (set to 1 to enable) | |
| QUANTFORGE_ALLOW_SYNTHETIC_FALLBACK | No | Allow synthetic data fallback | true |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Dor1Toes/BackTest_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server