luthn-cloud
v0.1.0Connect Codex to policy-approved team memory in Luthn Cloud.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add luthn-cloud@agent-plugin-marketplacePaste 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-pluginsClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/team-memory/SKILL.md└── .mcp.json
Included Skills1
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
- url
- https://app.luthn.com/mcp
Plugin manifests2
{
"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"
}{
"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"
]
}For maintainers
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)