Skip to main content
Glama
package.json863 B
{ "name": "ghost-mcp-server", "version": "1.0.0", "description": "MCP server for Ghost blog integration", "type": "module", "main": "index.js", "scripts": { "start": "node index.js --http", "start:sse": "node index.js --sse", "start:stdio": "node index.js", "dev": "node index.js --http", "dev:sse": "node index.js --sse", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.1", "axios": "^1.8.3", "cors": "^2.8.5", "dotenv": "^16.5.0", "express": "^4.18.2", "zod": "^3.24.2", "zod-to-json-schema": "^3.24.4" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.0.0", "@vitest/coverage-v8": "^2.1.9", "typescript": "^5.0.0", "vitest": "^2.1.9" } }

Latest Blog Posts

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/oculairmedia/Ghost-MCP'

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