Skip to main content
Glama

mcp-untun

by minte-app
package.json1.26 kB
{ "name": "@minte-app/untun-mcp", "version": "1.0.2", "description": "MCP server for untun integration", "type": "module", "files": [ "dist" ], "bin": { "untun-mcp": "dist/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && chmod 755 dist/index.js", "format": "prettier --write .", "lint": "eslint \"**/*.{js,ts,tsx}\" --fix", "start": "node dist/src/index.js", "dev": "tsc -w" }, "keywords": [ "modelcontextprotocol", "mcp", "untun" ], "repository": { "type": "git", "url": "https://github.com/minte-app/untun-mcp" }, "bugs": { "url": "https://github.com/minte-app/untun-mcp/issues" }, "homepage": "https://github.com/minte-app/untun-mcp#readme", "author": "Oliver Montes", "license": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.11.0", "untun": "^0.1.3", "zod": "^3.24.3" }, "devDependencies": { "@types/node": "^22.13.14", "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.28.0", "eslint": "^9.23.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.5", "prettier": "^3.5.3", "typescript": "^5.8.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/minte-app/untun-mcp'

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