joai-peerme
v0.3.0Connect PeerMe to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.
By JoAiLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 10, 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 joai-peerme for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add joai-peerme@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/joai-plugins/peermeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/use-peerme/SKILL.md└── .mcp.json
Included Skills1
Use the PeerMe JoAi app plugin when the task needs PeerMe tools or workflows.
MCP servers1
- url
- https://cortex.joai.ai/mcp/apps/peerme
Plugin manifests3
{
"name": "joai-peerme",
"version": "0.3.0",
"description": "Connect PeerMe to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.",
"author": {
"name": "JoAi",
"email": "[email protected]",
"url": "https://joai.ai"
},
"homepage": "https://joai.ai/en/apps/peerme",
"repository": "https://github.com/JoAiHQ/plugins",
"license": "MIT",
"keywords": [
"joai",
"mcp",
"peerme"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "PeerMe by JoAi",
"shortDescription": "Connect PeerMe to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.",
"longDescription": "Decentralized governance and multi-signature wallet platform for DAOs on MultiversX. Manage organizations and execute secure transactions with advanced multisig capabilities.",
"developerName": "JoAi",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"websiteURL": "https://joai.ai/en/apps/peerme",
"privacyPolicyURL": "https://legal.vleap.ai/policies/privacy.html",
"termsOfServiceURL": "https://legal.vleap.ai/general/legal-notice.html",
"defaultPrompt": [
"List the PeerMe tools available in this app.",
"Explain what setup or authentication PeerMe needs before I run an action.",
"Use PeerMe to help me with the task I describe next."
]
}
}{
"name": "joai-peerme",
"version": "0.3.0",
"description": "Connect PeerMe to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.",
"author": {
"name": "JoAi",
"email": "[email protected]"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "joai-peerme",
"version": "0.3.0",
"description": "Connect PeerMe to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.",
"author": {
"name": "JoAi",
"email": "[email protected]",
"url": "https://joai.ai"
},
"homepage": "https://joai.ai/en/apps/peerme",
"repository": "https://github.com/JoAiHQ/plugins",
"license": "Proprietary",
"keywords": [
"joai",
"mcp",
"agent-plugins",
"peerme"
]
}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.
[joai-peerme on Agent Plugins Marketplace](https://pluginsmp.com/plugins/joai-peerme)