Skip to main content
Glama

MCP Medium Server

by designly1
package.json816 B
{ "name": "mcp-medium", "version": "0.0.1", "type": "module", "packageManager": "pnpm@9.1.0", "description": "MCP server for publishing posts to Medium", "main": "dist/index.js", "bin": { "mcp-medium": "./dist/index.js" }, "files": [ "dist" ], "keywords": [ "mcp", "medium", "model-context-protocol" ], "author": { "name": "Jay Simons", "url": "https://yaa.bz" }, "license": "MIT", "scripts": { "dev": "tsc --watch", "build": "tsc", "start": "node dist/index.js", "prepublishOnly": "pnpm build", "lint": "biome check", "fix": "biome check --fix" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.4", "node-fetch": "^3.3.2" }, "devDependencies": { "@biomejs/biome": "^2.2.2", "@types/node": "^24.3.0", "ts-node": "^10.9.2", "typescript": "^5.9.2" } }

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/designly1/mcp-medium'

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