Skip to main content
Glama

MCP Art Supply Store

by wspotter
package.json•685 B
{ "name": "mcp-typescript-server", "version": "0.1.0", "description": "A Model Context Protocol (MCP) server using the TypeScript SDK.", "main": "build/index.js", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc && node build/index.js", "dashboard": "node build/dashboard.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "cors": "^2.8.5", "dotenv": "^16.6.1", "express": "^4.18.2", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.0.0", "@types/node-fetch": "^2.6.13", "typescript": "^5.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wspotter/mcpart'

If you have feedback or need assistance with the MCP directory API, please join our Discord server