Skip to main content
Glama

Example MCP Server

by jherr
package.json640 B
{ "name": "example-mcp-server", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "bin": { "weather": "./build/index.js" }, "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc && chmod 755 build/index.js", "inspector": "npx @modelcontextprotocol/inspector@latest node build/index.js" }, "files": [ "build" ], "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.22.0", "tsx": "^4.20.6", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.10.1", "typescript": "^5.9.3" } }

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/jherr/saw-mcp-intro'

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