install_local_mcp_server
Set up and install an MCP server from locally cloned code on your computer by specifying the path, arguments, and environment variables. Requires npx or uv for node and Python servers.
Instructions
Install an MCP server whose code is cloned locally on your computer
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | The arguments to pass along | |
env | No | The environment variables to set, delimited by = | |
path | Yes | The path to the MCP server code cloned on your computer |