We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GustavoGomez092/proto-blocks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@gustavogomez092/proto-blocks-mcp",
"version": "1.0.0",
"description": "The Ultimate MCP Server for Proto-Blocks - Comprehensive AI guidance for creating WordPress Gutenberg blocks with PHP templates. Includes detailed documentation, examples from basic to expert level, and troubleshooting guides.",
"type": "module",
"main": "index.js",
"bin": {
"proto-blocks-mcp": "./index.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"proto-blocks",
"wordpress",
"gutenberg",
"blocks",
"ai",
"llm",
"php",
"tailwind",
"claude",
"openai",
"anthropic"
],
"author": "Gustavo Gomez",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"index.js",
"knowledge/*.js",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/GustavoGomez092/zenblocks-mcp"
},
"homepage": "https://github.com/GustavoGomez092/zenblocks-mcp#readme",
"bugs": {
"url": "https://github.com/GustavoGomez092/zenblocks-mcp/issues"
}
}