Skip to main content
Glama

MCP Tool Starter Kit

by He110te4m
package.json1.46 kB
{ "name": "@narwal/mcp-starter", "type": "module", "version": "1.0.0", "description": "", "author": "", "license": "ISC", "keywords": [], "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "bin": { "mcp-starter": "./dist/index.js" }, "scripts": { "start": "tsup --watch", "inspect": "npx @modelcontextprotocol/inspector", "build": "tsup", "lint": "eslint . --ext .ts,.tsx", "test": "vitest", "release": "bumpp && pnpm publish", "prepare": "husky" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.16.0", "dot-env": "^0.0.1", "zod": "^4.0.5" }, "devDependencies": { "@antfu/eslint-config": "^4.17.0", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@modelcontextprotocol/inspector": "^0.16.1", "@types/node": "^24.0.14", "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.37.0", "@typescript-eslint/parser": "^8.37.0", "bumpp": "^10.2.0", "eslint": "^9.31.0", "eslint-config-prettier": "^10.1.5", "husky": "^9.1.7", "lint-staged": "^16.1.2", "msw": "^2.10.4", "prettier": "^3.6.2", "tsup": "^8.5.0", "typescript": "^5.8.3", "vitest": "^3.2.4", "yargs": "^18.0.0" }, "lint-staged": { "*.{ts,tsx}": [ "eslint --fix" ] } }

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/He110te4m/mcp-starter'

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