Skip to main content
Glama

My First MCP

by dh1789
package.json836 B
{ "name": "my-first-mcp", "version": "1.0.0", "description": "MCP 서버 개발 튜토리얼 - 첫 번째 MCP 서버", "type": "module", "main": "dist/index.js", "bin": { "my-first-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "inspect": "npx @modelcontextprotocol/inspector dist/index.js", "test": "vitest run", "test:watch": "vitest" }, "keywords": [ "mcp", "model-context-protocol", "claude", "ai-tools" ], "author": "idongho", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0", "vitest": "^2.1.0" }, "engines": { "node": ">=20.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/dh1789/my-first-mcp'

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