Skip to main content
Glama
yone-k

MCP Base Server

by yone-k
package.json1.13 kB
{ "name": "mcp-base", "version": "1.0.0", "description": "Base MCP Server Template", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit", "test": "vitest", "test:ui": "vitest --ui", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage", "docker:build": "docker build -t mcp-base .", "docker:run": "docker run --rm -i mcp-base", "docker:dev": "docker-compose up --build" }, "keywords": [ "mcp", "server", "template" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "zod": "^3.22.4" }, "engines": { "node": ">=22.0.0" }, "devDependencies": { "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "@vitest/ui": "^3.2.4", "eslint": "^8.54.0", "happy-dom": "^18.0.1", "ts-node": "^10.9.0", "typescript": "^5.3.0", "vitest": "^3.2.4" } }

Latest Blog Posts

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/yone-k/mcp-base'

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