Skip to main content
Glama

MCP Builder

by XD3an

install_local_mcp_server

Set up an MCP server locally by specifying the path to server code, passing required arguments, and configuring environment variables for deployment.

Instructions

Install an MCP server from a local directory. Args: path: The path to the MCP server code cloned on your computer args: The arguments to pass along env: The environment variables to set, delimited by =

Input Schema

NameRequiredDescriptionDefault
argsNo
envNo
pathYes

Input Schema (JSON Schema)

{ "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Args" }, "env": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Env" }, "path": { "title": "Path", "type": "string" } }, "required": [ "path" ], "title": "install_local_mcp_serverArguments", "type": "object" }

Other Tools from MCP Builder

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/XD3an/mcp-builder'

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