{ "name": "mcp-anything", "version": "0.2.0", "description": "One MCP server that can discover and call (almost) any MCP server in the world — a meta-MCP gateway over the official MCP registry.", "license": "MIT", "type": "module", "bin": { "mcp-anything": "dist/cli.js" }, "main": "dist/cli.js", "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc", "dev": "tsx src/cli.ts serve", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build && npm test", "smoke": "node scripts/smoke.mjs" }, "keywords": [ "mcp", "model-context-protocol", "gateway", "aggregator", "meta-mcp", "registry", "tool-discovery", "llm", "agents" ], "repository": { "type": "git", "url": "https://github.com/Dror-Bengal/mcp-anything.git" }, "homepage": "https://dror-bengal.github.io/mcp-anything", "bugs": { "url": "https://github.com/Dror-Bengal/mcp-anything/issues" }, "author": "Dror Bengal", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "minisearch": "^7.2.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^25.2.1", "tsx": "^4.21.1", "typescript": "^7.0.2", "vitest": "^4.1.11" }, "mcpName": "io.github.Dror-Bengal/mcp-anything" }