Odel
LightNow MCP Proxy

LightNow MCP Proxy

Local
@lightnow-ai2PythonApache-2.0Updated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIlightnow-proxyv1.9.1

Run

uvx lightnow-proxy

MCP client config

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