We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MajesteitBart/writer_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "writer_mcp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"module": "./src/index.ts",
"type": "module",
"scripts": {
"dev": "npx smithery dev",
"build": "npx smithery build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.2",
"@smithery/sdk": "^1.6.4",
"zod": "^3.25.46"
},
"devDependencies": {
"@smithery/cli": "^1.6.2",
"@types/node": "^24.9.0"
}
}