Skip to main content
Glama

Smartsheet MCP Server

package.json2.5 kB
{ "name": "@terilios/smartsheet-server", "version": "0.3.0", "description": "A Model Context Protocol server", "author": "Timothy Driscoll", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/terilios/smartsheet-server.git" }, "keywords": [ "smartsheet", "healthcare", "analytics", "mcp", "pediatrics", "clinical-research" ], "private": true, "type": "module", "bin": { "smartsheet-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc --project tsconfig.build.json && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:python": "cd smartsheet_ops && python -m pytest", "test:python:coverage": "cd smartsheet_ops && python -m pytest --cov=smartsheet_ops --cov-report=html:coverage --cov-report=json:coverage/coverage.json --cov-report=xml:coverage.xml --cov-report=lcov:coverage.lcov --cov-report=term-missing", "test:all": "npm run test:coverage && npm run test:python:coverage", "coverage": "./scripts/coverage.sh", "coverage:clean": "./scripts/coverage.sh --skip-upload", "coverage:ci": "./scripts/coverage.sh --skip-cleanup", "coverage:report": "node scripts/coverage-report.js", "coverage:view": "open coverage/index.html && open smartsheet_ops/coverage/index.html", "coverage:combined": "open coverage-combined/index.html", "coverage:open": "./scripts/coverage.sh --open", "badges": "node scripts/generate-badges.js", "badges:update": "npm run coverage:clean && npm run badges", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "typecheck": "tsc --noEmit", "ci:check": "./scripts/check-ci-ready.sh" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "server-perplexity-ask": "^0.1.3" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/jest": "^29.5.0", "@types/node": "^20.11.24", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.3.3", "eslint": "^8.57.0", "@typescript-eslint/parser": "^6.21.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "prettier": "^3.2.0" } }

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/terilios/smartsheet-server'

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