Skip to main content
Glama

Canvas MCP Server V2.0

package.json3.31 kB
{ "name": "canvas-mcp-server", "version": "2.2.3", "description": "A comprehensive Model Context Protocol (MCP) server for Canvas LMS with full student functionality and account management", "type": "module", "main": "build/index.js", "bin": { "canvas-mcp-server": "build/index.js" }, "mcp": { "server": { "command": "node", "args": [ "./build/index.js" ] } }, "scripts": { "build": "tsc", "build:watch": "tsc --watch", "start": "node build/index.js", "dev": "npm run build && npm run start", "dev:watch": "concurrently \"npm run build:watch\" \"nodemon build/index.js\"", "test": "vitest", "test:unit": "vitest --run tests/", "test:integration": "vitest --run tests/integration.test.ts", "test:watch": "vitest --watch", "coverage": "vitest --run --coverage", "lint": "eslint src tests --ext .ts,.js", "lint:fix": "eslint src tests --ext .ts,.js --fix", "format": "prettier --write \"src/**/*.{ts,js,json}\" \"tests/**/*.{ts,js,json}\"", "format:check": "prettier --check \"src/**/*.{ts,js,json}\" \"tests/**/*.{ts,js,json}\"", "type-check": "tsc --noEmit", "clean": "rimraf build coverage .nyc_output", "docker:build": "docker build -t canvas-mcp:latest .", "docker:run": "docker run --env-file .env canvas-mcp:latest", "docker:compose:up": "docker-compose up -d", "docker:compose:down": "docker-compose down", "docker:compose:logs": "docker-compose logs -f", "health-check": "./scripts/health-check.sh", "deploy": "./scripts/deploy.sh", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "publish": "npm run build", "release": "./release.sh", "release:dry-run": "echo 'Dry run mode - no actual publishing' && npm run build && npm run type-check", "precommit": "npm run lint && npm run type-check && npm run test:unit" }, "repository": { "type": "git", "url": "git+https://github.com/DMontgomery40/mcp-canvas-lms.git" }, "keywords": [ "canvas", "lms", "mcp", "server", "modelcontextprotocol", "education", "api", "student", "learning", "assignments", "courses" ], "author": "David Montgomery <dmontg@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/DMontgomery40/mcp-canvas-lms/issues" }, "homepage": "https://github.com/DMontgomery40/mcp-canvas-lms#readme", "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.3", "axios": "^1.7.2", "dotenv": "^16.4.7" }, "devDependencies": { "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@vitest/coverage-v8": "^1.6.0", "concurrently": "^8.2.2", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "husky": "^9.0.11", "lint-staged": "^15.2.2", "nodemon": "^3.1.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", "typescript": "^5.4.5", "vitest": "^1.6.0" }, "files": [ "build/**/*", "README.md", "LICENSE", "package.json" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }

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/DMontgomery40/mcp-canvas-lms'

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