Skip to main content
Glama

Termux Notification List MCP Server

package.json1.46 kB
{ "name": "termux-notification-list-mcp", "version": "1.0.6", "displayName": "Termux Notification List MCP Server", "author": { "email": "faisalhakim47@gmail.com", "name": "Faisal Hakim" }, "license": "FSL-1.1-MIT", "type": "module", "bin": { "termux-notification-list-mcp": "dist/stdio.js", "termux-notification-list-mcp-sse": "dist/streamable-http.ts", "termux-notification-mcp-stdio": "dist/stdio.ts", "termux-notification-mcp-http": "dist/streamable-http.ts" }, "main": "dist/index.js", "files": [ "dist", "scripts" ], "scripts": { "build": "rm -rf ./dist && mkdir -p ./dist && tsc --project ./tsconfig.build.json && npx tsc-alias --project ./tsconfig.build.json", "test": "node --test", "test:integration": "TERMUX_SSH_USER=u0_a630 TERMUX_SSH_HOST=192.168.1.25 TERMUX_SSH_PORT=8022 node --test **/*.integration.test.ts", "test:smoke": "TERMUX_SSH_USER=u0_a630 TERMUX_SSH_HOST=192.168.1.25 TERMUX_SSH_PORT=8022 node --test **/*smoke*.test.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "cors": "^2.8.5", "express": "^5.1.0", "express-rate-limit": "^8.1.0", "helmet": "^8.1.0", "zod": "^3.23.8" }, "devDependencies": { "@node-loader/import-maps": "^1.1.0", "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/node": "^24.3.1", "tsc-alias": "^1.8.16", "tsx": "^4.20.5", "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/faisalhakim47/termux-notification-list-mcp'

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