Skip to main content
Glama

Cursor MCP Installer

install_local_mcp_server

Install and configure a locally cloned MCP server on your computer using specified paths, arguments, and environment variables. Simplify server setup with Cursor MCP Installer.

Instructions

Install an MCP server whose code is cloned locally on your computer

Input Schema

NameRequiredDescriptionDefault
argsNoThe arguments to pass along
envNoThe environment variables to set, delimited by =
pathYesThe path to the MCP server code cloned on your computer

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" }, "path": { "description": "The path to the MCP server code cloned on your computer", "type": "string" } }, "required": [ "path" ], "type": "object" }
Install Server

Other Tools from Cursor 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/matthewdcage/cursor-mcp-installer'

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