Home › Development › lynxprompt-mcp

lynxprompt-mcp

MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints

Go Cloud macOSWindowsLinux
★ 2 stars Last pushed 2026-09-02 License: GPL-3.0

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.0.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "lynxprompt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "LYNXPROMPT_URL": "<YOUR_VALUE>",
        "LYNXPROMPT_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • LYNXPROMPT_URL required — LynxPrompt instance URL (e.g. https://lynxprompt.com)
  • LYNXPROMPT_TOKEN required secret — LynxPrompt API token (lp_xxx format)

Package (oci)

docker run -i --rm drumsergio/lynxprompt-mcp:v0.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "lynxprompt-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "drumsergio/lynxprompt-mcp:v0.0.2"
      ],
      "env": {
        "LYNXPROMPT_URL": "<YOUR_VALUE>",
        "LYNXPROMPT_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • LYNXPROMPT_URL required — LynxPrompt instance URL (e.g. https://lynxprompt.com)
  • LYNXPROMPT_TOKEN required secret — LynxPrompt API token (lp_xxx format)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry