Skip to content
Cursor

LightNow MCP Proxy for Cursor

io.github.lightnow-ai/lightnow-proxy

Connect your AI clients to your MCP servers—securely managed in one place.

client:Cursor transport:stdio runtime:pypi

Install LightNow MCP Proxy in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "lightnow-proxy": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lightnow-proxy"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

LightNow MCP Proxy in other clients