Odel
lynxprompt mcp

lynxprompt mcp

Local
@geiserx2GoGPL-3.0Updated 4 days ago

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

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).

npmlynxprompt-mcpv0.0.2

Run

npx -y lynxprompt-mcp

MCP client config

{
  "mcpServers": {
    "lynxprompt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lynxprompt-mcp"
      ]
    }
  }
}
Dockerdrumsergio/lynxprompt-mcp:v0.0.2

Run

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

MCP client config

{
  "mcpServers": {
    "lynxprompt-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "drumsergio/lynxprompt-mcp:v0.0.2"
      ]
    }
  }
}