← Back to Plugins
MCP Server MCP

LightNow MCP Proxy

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx lightnow-proxy

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "lightnow-proxy",
      "version": "1.8.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run `lightnow sync --client <client> --local-proxy` first, then select the generated proxy YAML for this client.",
          "isRequired": true,
          "format": "filepath",
          "placeholder": "~/.lightnow/lightnow-proxy/default.yaml",
          "type": "named",
          "name": "--config"
        },
        {
          "value": "stdio",
          "type": "named",
          "name": "--transport"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...