Skip to main content
Glama
package.json804 B
{ "name": "rytnow-mcp", "version": "1.0.0", "description": "MCP Server for Rytnow - Project Management for AI Assistants", "type": "module", "main": "dist/index.js", "bin": { "rytnow-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "typecheck": "tsc --noEmit" }, "keywords": [ "mcp", "model-context-protocol", "rytnow", "project-management", "ai-assistant" ], "author": "Rahul V Ramesh", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.7.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.6.0" }, "engines": { "node": ">=18.0.0" } }

Latest Blog Posts

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/rahulvramesh/rytnow-mcp'

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