Skip to main content
Glama

Canvas MCP Server

by plyght
package.json813 B
{ "name": "canvas-mcp-server", "version": "1.0.0", "description": "MCP server for Canvas LMS student features", "type": "module", "main": "build/index.js", "scripts": { "build": "bun build src/index.ts --outdir build --target node", "dev": "bun run src/index.ts", "format": "prettier --write 'src/**/*.ts'", "lint": "eslint src/**/*.ts", "typecheck": "tsc --noEmit", "test": "bun test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.6.0" }, "devDependencies": { "@types/bun": "^1.3.1", "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.0.0", "prettier": "^3.3.0", "typescript": "^5.6.0" }, "engines": { "node": ">=18" } }

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

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