Skip to main content
Glama

ACE MCP Server

package.jsonโ€ข1.13 kB
{ "name": "ace-mcp-server", "version": "1.0.0", "description": "ACE (Agentic Context Engineering) MCP Server implementation", "main": "dist/index.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/Angry-Robot-Deals/ace-mcp.git" }, "author": "Angry Robot Deals", "license": "MIT", "bugs": { "url": "https://github.com/Angry-Robot-Deals/ace-mcp/issues" }, "homepage": "https://github.com/Angry-Robot-Deals/ace-mcp#readme", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "jest", "test:watch": "jest --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.13.0", "fs-extra": "^11.2.0", "openai": "^6.7.0", "uuid": "^9.0.1", "zod": "^4.1.12" }, "devDependencies": { "@types/axios": "^0.9.36", "@types/jest": "^30.0.0", "@types/node": "^20.11.0", "@types/uuid": "^9.0.8", "jest": "^30.2.0", "ts-jest": "^29.4.5", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }

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/Angry-Robot-Deals/ace-mcp'

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