Development · MODEL CONTEXT PROTOCOL

matthewdcage cursor mcp installer

Installs MCPs in cursor for you, give it a git URL and let it rip

WHAT IT CONNECTS

What matthewdcage cursor mcp installer gives an AI Agent

  • Install MCP servers from npm packages
  • Install MCP servers from local directories
  • Configure MCP servers for Cursor
  • Add custom MCP server configurations
  • [Node.js](https://nodejs.org/) (for npm packages)
  • [Cursor IDE](https://cursor.sh/)
  • **macOS/Linux**: `~/.cursor/mcp.json`
  • **Windows**: `%USERPROFILE%\.cursor\mcp.json`
  • Properly normalizes both relative and absolute paths
  • Handles paths with spaces and special characters
  • Ensures consistent path formatting across different operating systems
  • Now scans all arguments for schema files, not just the first one
  • Supports more schema file extensions (.yaml, .yml, .json, .openapi)
  • Properly normalizes schema file paths before passing to servers
  • Added detection of common server entry points in local directories
  • Enhanced support for Python-based MCP servers
  • Better error reporting for path-related issues

SECURITY

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.