Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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
  2. Set the WOLFRAM_ALPHA_APPID in your .env file
  3. Run docker compose up -d