Agent Plugins Marketplace
All plugins

mainmind

v0.7.1

Mount your Mainmind organization into this session: read the org's knowledge at a named commit, appear on the live run ledger, and put decisions to the Founder as one-link questions. Identity comes from your personal invite code via OAuth — the plugin ships no secrets.

Claude Code6 Skills1 MCP serverStreamable HTTP

By Shashwat JainLicense: MIT0 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 23, 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 mainmind for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mainmind@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/codeyogi911/mainmind-plugins

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

Plugin files

plugins/mainmind/
├── .claude-plugin/plugin.json
├── skills/continue-everywhere/SKILL.md
├── skills/continue-with-my-agent/SKILL.md
├── skills/keep-my-agent-up-to-date/SKILL.md
├── skills/mainmind-boot/SKILL.md
├── skills/make-an-agent/SKILL.md
├── skills/morning-brief/SKILL.md
└── .mcp.json

Included Skills6

continue-everywhereskills/continue-everywhere/SKILL.md

Move an existing agent or bot from another app or folder into Mainmind, so the person can continue with it in any app. Load when the person says "continue with <name> everywhere", and also for "move my agent into Mainmind", "bring my Grok bot in", "import my agent", "move my bot over", "bring my custom GPT over", "turn this CLAUDE.md into an agent", or points at an old agent setup they want kept.

continue-with-my-agentskills/continue-with-my-agent/SKILL.md

Continue with a Mainmind agent in this app, with its instructions, what it remembers and where it left off. Load when the person says "continue with <name>" and <name> is one of their agents (not "continue with the refactor"; for "continue with <name> everywhere" use continue-everywhere instead), and also for "carry on as <name>", "continue as my agent", "bring back <name>", "resume <name>", "be my <name>", "restore my agent", "run routine <id>" from a schedule, and, while acting as an agent, "what do you remember about me?" or "forget that".

keep-my-agent-up-to-dateskills/keep-my-agent-up-to-date/SKILL.md

Keep a Mainmind agent up to date on its own, silently, so the person can continue with it in any app. Load this yourself, without being asked, whenever you are acting as a Mainmind agent and a piece of work has just finished, the person is winding down ("thanks", "bye", "later", "that's all for today", "we're done for now", "wrap up", a long pause), the person is switching apps ("I'm switching apps", "I'm moving to another app"), or this app reminds you that the agent is not up to date. Also load it if the person says "save my agent", "save progress" or "save where we are".

mainmind-bootskills/mainmind-boot/SKILL.md

Mount discipline for Mainmind work. Load BEFORE answering any question about the business or starting any organization task in this session — first business question, "boot", "start work", "connect to mainmind", or any request that will read org knowledge or touch the run ledger.

make-an-agentskills/make-an-agent/SKILL.md

Make a new standing agent that lives in Mainmind and that the person can continue with in any AI app. Load when the person says "make me an agent that…", "create an agent", "set up a bot for…", "I want an assistant that…", "build me an agent", or any request for a new agent with its own job, limits or schedule.

morning-briefskills/morning-brief/SKILL.md

Start-of-day digest over the Mainmind mount. Load when the founder or a teammate opens with "what needs my attention", "morning brief", "how are we doing", "anything urgent", "what's happening", or any start-of-day status check.

MCP servers1

mainmindStreamable HTTP
url
https://mainmind.app/mcp

Plugin manifests1

plugins/mainmind/.claude-plugin/plugin.json
{
  "name": "mainmind",
  "description": "Mount your Mainmind organization into this session: read the org's knowledge at a named commit, appear on the live run ledger, and put decisions to the Founder as one-link questions. Identity comes from your personal invite code via OAuth — the plugin ships no secrets.",
  "version": "0.7.1",
  "author": {
    "name": "Shashwat Jain",
    "url": "https://mainmind.app"
  },
  "homepage": "https://mainmind.app",
  "repository": "https://github.com/codeyogi911/mainmind-plugins",
  "license": "MIT",
  "mcpServers": "./.mcp.json",
  "skills": "./skills/",
  "keywords": [
    "mainmind",
    "operating-agent",
    "mcp",
    "business",
    "governance"
  ]
}

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

[mainmind on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mainmind)