Skip to main content
Glama

MCP Template

by pidanmeng
package.json689 B
{ "name": "@pidanmoe/mcp-template", "version": "1.0.0", "module": "dist/index.js", "preferGlobal": true, "bin": { "@pidanmoe/mcp-template": "./dist/index.js" }, "scripts": { "dev": "fastmcp dev src/index.ts", "inspect": "fastmcp inspect src/index.ts", "build": "tsc", "start": "node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1", "prepare": "bun run build" }, "keywords": [ "mcp", "fastmcp" ], "author": "", "license": "MIT", "dependencies": { "fastmcp": "^3.8.2", "zod": "^3.25.67" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5" } }

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/pidanmeng/mcp-template'

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