Skip to main content
Glama

Modes MCP Server

package.json684 B
{ "name": "modes-mcp-server", "version": "0.1.0", "description": "MCP server for managing Roo custom modes", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "dev": "tsc -w", "test": "jest" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "chokidar": "^3.5.3", "fs-extra": "^11.2.0", "zod": "^3.22.4" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.11", "@types/node": "^20.11.5", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.3" } }

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

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