Skip to main content
Glama

Routine

Official
by routineco
package.json687 B
{ "name": "routine-mcp-server", "version": "1.0.3", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "clean": "rm -rf dist" }, "keywords": [], "author": "Routine <contact@routine.co> (https://routine.co/)", "license": "MIT", "description": "The Routine Model Context Protocol server, allowing AI clients to interact with Routine", "bin": { "mcp-server": "dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "1.7.0", "@types/ws": "^8.18.1", "ws": "8.18.1", "zod": "3.24.2" }, "devDependencies": { "@types/node": "22.13.6", "typescript": "5.8.2" } }

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/routineco/mcp-server'

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