Skip to content

lukiyori/rany

v0.1.0MIT

Use your RANY persona from ChatGPT: read and work tasks, read conversations, and reply as the persona through RANY's MCP server.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

ranystreamable-http
{
  "type": "streamable-http",
  "url": "https://www.rany.work/api/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "rany",
  "version": "0.1.0",
  "description": "Use your RANY persona from ChatGPT: read and work tasks, read conversations, and reply as the persona through RANY's MCP server.",
  "author": {
    "name": "RANY",
    "url": "https://www.rany.work"
  },
  "homepage": "https://www.rany.work",
  "repository": "https://github.com/lukiyori/rany-plugin",
  "license": "MIT",
  "keywords": ["rany", "persona", "chat", "tasks", "mcp"],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "RANY",
        "shortDescription": "Your RANY persona inside ChatGPT",
        "longDescription": "Read RANY tasks and conversations and answer through your RANY persona using the hosted RANY MCP server.",
        "developerName": "RANY",
        "category": "Productivity",
        "capabilities": ["Interactive", "Read", "Write"],
        "websiteURL": "https://www.rany.work",
        "defaultPrompt": [
          "Work the RANY task assigned to my persona",
          "Show me the recent messages in RANY",
          "Reply to this RANY conversation as my persona"
        ]
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai