Skip to main content
Glama

Strapi MCP Server

package.json1.45 kB
{ "name": "strapi-mcp", "version": "0.2.3", "description": "An MCP server for your Strapi CMS that provides access to content types and entries through the MCP protocol", "private": false, "keywords": [ "strapi", "cms", "content-management", "mcp", "headless-cms" ], "author": "l33tdawg <l33tdawg@hackinthebox.org>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/l33tdawg/strapi-mcp.git" }, "homepage": "https://github.com/l33tdawg/strapi-mcp#readme", "bugs": { "url": "https://github.com/l33tdawg/strapi-mcp/issues" }, "type": "module", "bin": { "strapi-mcp": "build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc --skipLibCheck && chmod +x build/index.js", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "generate-test-image": "node scripts/generate-test-image.js", "context-window-info": "node scripts/context-window-example.js" }, "dependencies": { "@modelcontextprotocol/sdk": "1.10.2", "axios": "^1.6.7", "dotenv": "^16.4.5", "form-data": "^4.0.2" }, "devDependencies": { "@types/form-data": "^2.2.1", "@types/node": "^20.11.24", "canvas": "^3.1.0", "dotenv-cli": "^8.0.0", "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/l33tdawg/strapi-mcp'

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