Skip to main content
Glama

MCP Server Template

by koki-develop
package.json710 B
{ "name": "mcp-server", "module": "index.ts", "type": "module", "private": true, "version": "0.0.1", "scripts": { "prepare": "husky || true", "build": "bun run ./scripts/build.ts", "lint": "biome check .", "fmt": "biome check --write --unsafe .", "typecheck": "tsc --noEmit", "preinspector": "bun run build", "inspector": "mcp-inspector bun run ./dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "1.13.0", "zod": "3.25.67" }, "devDependencies": { "@biomejs/biome": "2.0.0", "@modelcontextprotocol/inspector": "0.14.3", "@types/bun": "1.2.16", "husky": "9.1.7", "lint-staged": "16.1.2", "typescript": "5.8.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/koki-develop/mcp-server-template'

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