Files
compose-anything/mcp-servers/wolfram-alpha/README.md
2025-10-23 09:21:44 +08:00

26 lines
1.1 KiB
Markdown

# Wolfram Alpha MCP Server
Wolfram Alpha MCP Server provides computational knowledge engine capabilities through the Model Context Protocol.
## Features
- 🔢 **Computational Queries** - Perform computational queries
- 📊 **Data Analysis** - Analyze complex data
- 🧮 **Mathematical Operations** - Mathematical computations
- 🌍 **Knowledge Base** - Access Wolfram Alpha knowledge base
## Environment Variables
| Variable | Default | Description |
| --------------------------------- | -------- | -------------------------------- |
| `MCP_WOLFRAM_ALPHA_VERSION` | `latest` | MCP Wolfram Alpha image version |
| `MCP_WOLFRAM_ALPHA_PORT_OVERRIDE` | `8000` | MCP service port |
| `WOLFRAM_ALPHA_APPID` | - | Wolfram Alpha API key (required) |
| `TZ` | `UTC` | Timezone |
## Getting Started
1. Get your API key from [Wolfram Alpha](https://products.wolframalpha.com/api/)
2. Set the `WOLFRAM_ALPHA_APPID` in your `.env` file
3. Run `docker compose up -d`