Skip to main content
Glama

Pushover MCP

by AshikNesin
package.json941 B
{ "name": "pushover-mcp", "version": "1.0.0", "description": "MCP for Pushover.net notifications", "author": "Ashik Nesin <mail@ashiknesin.com>", "license": "MIT", "homepage": "https://github.com/AshikNesin/pushover-mcp", "repository": { "type": "git", "url": "git+https://github.com/AshikNesin/pushover-mcp.git" }, "type": "module", "main": "dist/index.js", "bin": { "pushover-mcp": "dist/cli.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "start": "node dist/cli.js", "dev": "tsx src/cli.ts", "test": "vitest", "prepublishOnly": "pnpm build" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "commander": "^13.1.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.24", "tsx": "^4.7.1", "typescript": "^5.3.3", "vitest": "^1.3.1" } }

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/AshikNesin/pushover-mcp'

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