Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
WolframAlpha LLM MCP Server
Claim
by
Garoth
GitHub
Search
Research & Data
TypeScript
25
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
wolframalpha-llm-mcp
assets
src
Dockerfile
.env.example
.gitignore
jest.config.js
jest.setup.js
package.json
package-lock.json
README.md
SMITHERY.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "esModuleInterop": true, "outDir": "build", "rootDir": "src", "strict": false, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "allowJs": true, "checkJs": false, "noImplicitAny": false, "noUnusedLocals": false, "noUnusedParameters": false, "noFallthroughCasesInSwitch": false, "ignoreDeprecations": "5.0", "typeRoots": ["node_modules/@types"] }, "include": ["src/**/*"], "exclude": ["node_modules", "build"] }