Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Macrostrat MCP Server
Claim
by
blake365
GitHub
Research & Data
Search
JavaScript
MIT License
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
build
src
claude_desktop_config.json
Dockerfile
.DS_Store
.gitignore
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "name": "macrostrat", "version": "1.0.0", "main": "index.js", "type": "module", "bin": { "macrostrat": "./build/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"" }, "files": ["build"], "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@types/node": "^22.10.2", "node-fetch": "^3.3.2", "typescript": "^5.7.2", "zod": "^3.24.1" } }