Skip to main content
Glama

Sunsama MCP Server

package.json2.03 kB
{ "name": "mcp-sunsama", "version": "0.15.4", "description": "MCP server for Sunsama API integration", "type": "module", "private": false, "main": "dist/main.js", "types": "dist/main.d.ts", "bin": { "mcp-sunsama": "./dist/main.js" }, "scripts": { "dev": "bun --env-file=.env ./src/main.ts --verbose", "test": "bun test --test-name-pattern '^(?!.*Integration Tests).*$'", "test:unit": "bun test --test-name-pattern '^(?!.*Integration Tests).*$'", "test:integration": "bun test --test-name-pattern 'Integration Tests'", "test:all": "bun test", "test:watch": "bun test --watch --test-name-pattern '^(?!.*Integration Tests).*$'", "typecheck": "tsc --noEmit", "typecheck:watch": "tsc --noEmit --watch", "clean": "rm -rf dist", "build": "tsc", "build:clean": "npm run clean && npm run build", "postbuild": "chmod +x dist/main.js", "inspect": "bunx @modelcontextprotocol/inspector --config ./mcp-inspector.json --server sunsama", "changeset": "changeset", "version": "changeset version", "release": "npm run build && changeset publish", "prepublishOnly": "npm run build:clean" }, "dependencies": { "@modelcontextprotocol/sdk": "1.18.2", "@types/papaparse": "^5.3.16", "cors": "^2.8.5", "express": "^5.1.0", "papaparse": "^5.5.3", "sunsama-api": "0.11.2", "zod": "3.24.4" }, "devDependencies": { "@changesets/cli": "^2.29.7", "@types/bun": "latest", "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "typescript": "^5" }, "keywords": [ "mcp", "sunsama", "task-management", "api", "productivity" ], "author": "Robert Niimi <robertn702@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/robertn702/mcp-sunsama.git" }, "homepage": "https://github.com/robertn702/mcp-sunsama#readme", "bugs": { "url": "https://github.com/robertn702/mcp-sunsama/issues" }, "publishConfig": { "access": "public" } }

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/robertn702/mcp-sunsama'

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