Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
cooper-hewitt-mcp
by
behole
Verified
GitHub
Art & Culture
TypeScript
MIT License
3
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
cooper-hewitt-mcp
build
node_modules
src
#
config.example.py
config.json,
depending
.gitignore
LICENSE
on
or
package.json
package-lock.json
project
README.md
tsconfig.json
your
{ "name": "cooper-hewitt-mcp", "version": "1.0.0", "description": "Cooper Hewitt MCP Server", "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "clean": "rm -rf dist", "prebuild": "npm run clean" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "node-fetch": "^3.3.2", "react": "^18.2.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.6", "@types/react": "^18.2.47", "typescript": "^5.3.3" } }