Skip to main content
Glama

Blogger MCP Server

vercel.json428 B
{ "version": 2, "builds": [ { "src": "dist/index.js", "use": "@vercel/node" } ], "routes": [ { "src": "/(.*)", "dest": "dist/index.js" } ], "env": { "BLOGGER_API_KEY": "@blogger_api_key", "MCP_MODE": "http", "MCP_HTTP_HOST": "0.0.0.0", "MCP_HTTP_PORT": "3000", "BLOGGER_MAX_RESULTS": "10", "BLOGGER_API_TIMEOUT": "30000", "LOG_LEVEL": "info" } }

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/niyonabil/blogger-mcp-server'

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