Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP-wolfram-alpha
by
SecretiveShell
Verified
GitHub
Python
MIT License
18
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
MCP-wolfram-alpha
src
mcp_wolfram_alpha
src/mcp_wolfram_alpha/__init__.py
src/mcp_wolfram_alpha/server.py
src/mcp_wolfram_alpha/wolfram_client.py
from . import server import asyncio def main(): """Main entry point for the package.""" asyncio.run(server.main()) # Optionally expose other important items at package level __all__ = ["main", "server"]