We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/martinkogut/storyblok-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "storyblok-mcp-server",
"version": "1.0.0",
"description": "Storyblok MCP Server - TypeScript Implementation",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"storyblok-mcp-server": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"dotenv": "^16.4.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"tsx": "^4.19.0",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=20.0.0"
},
"keywords": [
"storyblok",
"mcp",
"model-context-protocol",
"cms",
"headless-cms"
],
"author": "Martin Kogut",
"license": "MIT"
}