Agent Plugins Marketplace
All plugins

mainmind-mount

v0.7.1

Mount your company file: the organization's own processes, records, decisions and lessons at a named commit, plus its live run ledger. You sign in as yourself; the plugin ships no secrets.

Agent Plugins6 Skills1 MCP serverStreamable HTTP

By Shashwat JainLicense: MIT0 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Agent Plugins
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

Get the plugin

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-mount/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/mainmind-mount/
├── 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-mount/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "mainmind-mount",
  "version": "0.7.1",
  "description": "Mount your company file: the organization's own processes, records, decisions and lessons at a named commit, plus its live run ledger. You sign in as yourself; the plugin ships no secrets.",
  "author": {
    "name": "Shashwat Jain",
    "url": "https://mainmind.app"
  },
  "homepage": "https://mainmind.app",
  "repository": "https://github.com/codeyogi911/mainmind-plugins",
  "license": "MIT",
  "keywords": [
    "mainmind",
    "mcp",
    "organization",
    "operations",
    "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-mount on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mainmind-mount)