Skip to main content
Glama

AI Development Assistant MCP Server

by kleneway
package.json586 B
{ "name": "mcp-server", "version": "2.0.1", "description": "MCP Server with three Cursor Tools: Screenshot, Architect, and Code Review", "type": "module", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js" }, "bin": { "cursor-tools": "./build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "openai": "^4.82.0", "puppeteer": "^24.1.1", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.13.0", "typescript": "^5.7.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/kleneway/awesome-cursor-mpc-server'

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