Agent Plugins Marketplace
All plugins

luthn-cloud

v0.1.0

Connect Codex to policy-approved team memory in Luthn Cloud.

CodexClaude Code1 Skill1 MCP serverStreamable HTTP

By LuthnLicense: Proprietary0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add luthn-cloud@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/JakobSung/luthn-cloud-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/luthn-cloud/.

Plugin files

plugins/luthn-cloud/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/team-memory/SKILL.md
└── .mcp.json

Included Skills1

team-memoryskills/team-memory/SKILL.md

Use when Codex or Claude Code should retrieve safe Luthn team memory or check the connected workspace through the read-only 0.1 plugin.

MCP servers1

luthn-cloudStreamable HTTP
url
https://app.luthn.com/mcp

Plugin manifests2

plugins/luthn-cloud/.codex-plugin/plugin.json
{
  "name": "luthn-cloud",
  "version": "0.1.0",
  "description": "Connect Codex to policy-approved team memory in Luthn Cloud.",
  "author": {
    "name": "Luthn"
  },
  "homepage": "https://app.luthn.com/",
  "repository": "https://github.com/JakobSung/luthn-cloud-plugins",
  "license": "Proprietary",
  "keywords": [
    "memory",
    "team",
    "mcp",
    "luthn"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Luthn Cloud",
    "shortDescription": "Use policy-approved team memory in Codex",
    "longDescription": "Connect Codex to the Luthn workspace authorized in your browser. Search only policy-approved safe team summaries and inspect connection status.",
    "developerName": "Luthn",
    "category": "Productivity",
    "capabilities": [
      "Read"
    ],
    "websiteURL": "https://app.luthn.com/",
    "brandColor": "#C67A32",
    "defaultPrompt": [
      "Find relevant safe team memory for this task",
      "Check my Luthn workspace connection"
    ]
  },
  "mcpServers": "./.mcp.json"
}
plugins/luthn-cloud/.claude-plugin/plugin.json
{
  "name": "luthn-cloud",
  "version": "0.1.0",
  "description": "Connect Claude Code to policy-approved team memory in Luthn Cloud.",
  "author": {
    "name": "Luthn"
  },
  "homepage": "https://app.luthn.com/",
  "repository": "https://github.com/JakobSung/luthn-cloud-plugins",
  "license": "Proprietary",
  "keywords": [
    "memory",
    "team",
    "mcp",
    "luthn"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[luthn-cloud on Agent Plugins Marketplace](https://pluginsmp.com/plugins/luthn-cloud)