Skip to main content
Glama

Shortcut MCP Server

by currentspace
package.json2.13 kB
{ "name": "shortcut-mcp", "version": "1.0.0", "type": "module", "description": "Shortcut API MCP Server for reading and updating stories", "main": "dist/server.js", "engines": { "node": ">=24.0.0" }, "scripts": { "dev": "tsx watch src/server.ts", "build": "node build.mjs", "start": "node dist/server.js", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "clean": "rm -rf dist", "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run", "generate:types": "curl -o shortcut-openapi.json https://developer.shortcut.com/api/rest/v3/shortcut.openapi.json && openapi-typescript shortcut-openapi.json -o src/generated/shortcut-api.d.ts", "generate:zod": "tsx scripts/generate-zod.ts", "generate:all": "pnpm run generate:types && pnpm run generate:zod" }, "keywords": [ "mcp", "shortcut", "api", "stories" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.0", "@zodios/core": "^10.9.6", "dotenv": "^16.4.5", "form-data": "^4.0.3", "node-fetch": "^3.3.2", "zod": "^3.25.67" }, "devDependencies": { "@asteasolutions/zod-to-openapi": "^7.3.4", "@eslint/js": "^9.29.0", "@types/node": "^24.0.3", "@typescript-eslint/eslint-plugin": "^8.34.1", "@typescript-eslint/parser": "^8.34.1", "@vitest/ui": "^3.2.4", "esbuild": "^0.25.5", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-n": "^17.20.0", "eslint-plugin-prettier": "^5.5.0", "msw": "^2.10.2", "openapi-typescript": "^7.8.0", "openapi-zod-client": "^1.18.3", "prettier": "^3.5.3", "tsx": "^4.20.3", "typescript": "^5.8.3", "vitest": "^3.2.4" } }

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/currentspace/shortcut_mcp'

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