Skip to main content
Glama

Sunsama MCP Server

package.json1.5 kB
{ "name": "mcp-sunsama", "version": "0.14.1", "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", "test": "bun test", "test:watch": "bun test --watch", "typecheck": "bunx tsc --noEmit", "typecheck:watch": "bunx tsc --noEmit --watch", "build": "bunx tsc", "inspect": "bunx @modelcontextprotocol/inspector --config ./mcp-inspector.json --server sunsama", "changeset": "changeset", "version": "changeset version", "release": "bun run build && changeset publish", "prepublishOnly": "bun run build" }, "dependencies": { "@types/papaparse": "^5.3.16", "fastmcp": "3.18.0", "papaparse": "^5.5.3", "sunsama-api": "0.11.0", "zod": "3.24.4" }, "devDependencies": { "@changesets/cli": "^2.29.7", "@types/bun": "latest", "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