Skip to main content
Glama

MCP Installer

by ZNCOU
MIT License
1,078
1
  • Apple

install_repo_mcp_server

Enables installation of MCP servers from npm or PyPi repositories by specifying the package name and optional arguments or environment variables, expanding server capabilities.

Instructions

Install an MCP server via npx or uvx

Input Schema

NameRequiredDescriptionDefault
argsNoThe arguments to pass along
envNoThe environment variables to set, delimited by =
nameYesThe package name of the MCP server

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "The arguments to pass along", "items": { "type": "string" }, "type": "array" }, "env": { "description": "The environment variables to set, delimited by =", "items": { "type": "string" }, "type": "array" }, "name": { "description": "The package name of the MCP server", "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from MCP Installer

Related Tools

    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/ZNCOU/mcp-installer'

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