UNPKG

@agentpmt/mcp-router

Version:

Universal MCP server for 8+ AI platforms. Connects Claude, Cursor, VS Code, Windsurf, Zed, Codex, and Gemini to 298+ AgentPMT tools.

60 lines (59 loc) 1.27 kB
{ "name": "@agentpmt/mcp-router", "version": "1.1.6", "description": "Universal MCP server for 8+ AI platforms. Connects Claude, Cursor, VS Code, Windsurf, Zed, Codex, and Gemini to 298+ AgentPMT tools.", "bin": { "agentpmt-install": "bin/install.js", "agentpmt-router": "bin/router.js" }, "scripts": { "postinstall": "node bin/postinstall.js", "test": "node tests/detectors.test.js && node tests/configurators.test.js" }, "keywords": [ "mcp", "claude", "cursor", "vscode", "windsurf", "zed", "codex", "gemini", "ai", "agent", "desktop", "agentpmt", "tools" ], "author": "Apoth3osis AI", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Apoth3osis-ai/agent-payment-mcp.git", "directory": "npm-package" }, "homepage": "https://agentpmt.com", "bugs": { "url": "https://github.com/Apoth3osis-ai/agent-payment-mcp/issues" }, "engines": { "node": ">=14.0.0" }, "os": [ "win32", "darwin", "linux" ], "files": [ "bin/", "lib/", "platform-paths.json", "README.md" ], "dependencies": { "chalk": "^4.1.2", "inquirer": "^12.10.0", "ora": "^5.4.1", "toml": "^3.0.0" } }