← Back to Plugins
MCP Server MCP

io.github.dizzydes/0pi

github By github 👁 1 views ▲ 0 votes

Free, 2hr expiry agent storage to cache contexts, bridge workflows, or dump data.

Homepage Verified source GitHub

Install

npx -y @0pi/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@0pi/mcp-server",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API endpoint for 0pi service",
          "format": "string",
          "default": "https://0pi.dev",
          "name": "OPI_API_URL"
        },
        {
          "description": "Directory for conversation logs",
          "format": "string",
          "default": "./logs",
          "name": "OPI_LOG_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...