Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-installer
by
anaisbetts
Verified
npm
GitHub
Developer Tools
OS Automation
JavaScript
MIT License
4,895
624
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-installer
src
CODE_OF_CONDUCT.md
COPYING
eslint.config.mjs
.gitignore
package.json
package-lock.json
.prettierrc
README.md
tsconfig.json
{ "name": "@anaisbetts/mcp-installer", "version": "0.5.0", "bin": { "mcp-installer": "./lib/index.mjs" }, "description": "A MCP server to install other MCP servers", "main": "index.js", "scripts": { "prepare": "tsc && shx chmod +x ./lib/index.mjs" }, "author": "Ani Betts <anais@anaisbetts.org>", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "rimraf": "^6.0.1", "spawn-rx": "^4.0.0" }, "devDependencies": { "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5.6.3" } }