1. Conduid
  2. Developer Tools
  3. Packmind
MCP server · Developer Tools

Packmind

Packmind seamlessly captures your engineering playbook and turns it into AI context, guardrails, and governance.

80Excellent

Scored 3 hours ago · breakdown

About Packmind

Packmind is an MCP server published by PackmindHub in the Developer Tools category: packmind seamlessly captures your engineering playbook and turns it into AI context, guardrails, and governance. It has been installed 0 times through Conduid.

The repository has 216 stars and 7 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx packmind

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Packmind

Powered by Claude · Grounded in docs

I know everything about Packmind. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

release-cli/0.35.0CLI 0.35.0 · 2 Sep 2026Packmind CLI 0.35.0 Installation npm/npx npm install -g @packmind/cli@0.35.0 Standalone Executables Download the appropriate executable for your platform: Linux x64**: `packmind-cli-linux-x64-0.35.0` Linux arm64**:…
release/1.17.0Release v1.17.0 · 2 Sep 2026Changes Added A standard submitted from the CLI can now carry its scope. A `## Scope` section in a `.packmind/standards/*.md` file is read as the standard's glob patterns, so the coding agents that filter on file patterns get that…
release-cli/0.34.1CLI 0.34.1 · 25 Aug 2026Packmind CLI 0.34.1 Installation npm/npx npm install -g @packmind/cli@0.34.1 Standalone Executables Download the appropriate executable for your platform: Linux x64**: `packmind-cli-linux-x64-0.34.1` Linux arm64**:…
release/1.16.2Release v1.16.2 · 12 Aug 2026Changes Chores Removed most of the dead code under packages Docker Images The following Docker images have been built and pushed to Docker Hub: `packmind/api:1.16.2` `packmind/frontend:1.16.2` All images are also available with the…
release-cli/0.33.0CLI 0.33.0 · 10 Aug 2026Packmind CLI 0.33.0 Installation npm/npx npm install -g @packmind/cli@0.33.0 Standalone Executables Download the appropriate executable for your platform: Linux x64**: `packmind-cli-linux-x64-0.33.0` Linux arm64**:…

README

One Engineering Playbook. Synced Everywhere. For Every AI Coding Agent.

License Stars Main OSS CI/CD Pipeline Works with GitHub Copilot Works with Cursor Works with Claude Code

❗ The 2 big problems every AI-native engineer runs into

1️⃣ “What do I even put in these AI instructions?”

Every tool expects its own inputs:

  • Copilot.github/copilot-instructions.md, chat modes, reusable prompts
  • ClaudeCLAUDE.md, commands, skills
  • Cursor.cursor/rules/*.mdc, commands, skills
  • AGENTS.mdAGENTS.md
  • (with more formats appearing every month…)

But your team’s actual standards aren’t stored anywhere:

  • architecture rules → buried in Slack or Notion
  • naming conventions → stuck in your head
  • patterns → hiding in PR comments
  • best practices → scattered across repos

👉 Packmind helps you turn all of this into a real engineering playbook (standards, commands, skills) so AI agents finally code your way.

2️⃣ “Why am I copy-pasting this across every repo and every agent?”

Every repo. Every assistant. Different files, different folders, different formats.

Keeping everything in sync is impossible.

👉 Packmind centralizes your playbook once — and distributes it everywhere, generating the exact instruction files each AI tool needs, optimized for context.


🆚 Why Packmind over a plain Claude Code marketplace or a plain centralized Git repository?

A marketplace distributes skills and commands from a Git repo. Packmind does more:

  • Controlled editing: context files go through a clear ownership and approval workflow. No PR discipline or CODEOWNERS conventions to enforce.
  • Simplified updates: update proposals are submitted from the project codebase, no separate repo to clone or PR.
  • Multi-agent: one source, rendered for Claude Code, Copilot, Cursor and more. No parallel CLAUDE.md or .cursor/rules to maintain.
  • Adoption tracking: see which context files are used, in which repo, at which version.

A marketplace ships content. Packmind governs it.


Get started

Choose your preferred setup option:

Option 1: Install the CLI (recommended)

Follow the instructions during the onboarding to connect to your Packmind organization You can find them at anytime in the Settings menu.

Once authenticated, run in your project:

$> packmind-cli init

Then, in your favorite ai coding agent, run:

/packmind-onboard

To create your first standards and commands from your codebase.

Option 2: Connect MCP server

The MCP server allows you to create and manage standards and commands directly from your AI agent (GitHub Copilot, Claude Code, Cursor, etc.).

  1. Go to Account Settings in Packmind
  2. Copy your MCP Access token
  3. Configure your AI agent with:
    • MCP server URL: {PACKMIND_URL}/mcp
    • Your MCP access token

Once set up, open your AI agent and use this prompt:

Start packmind onboarding

Your AI agent will guide you through creating your first coding standard interactively.

Documentation

Available here: https://docs.packmind.com.

:compass: Key Links

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About Packmind

How do I install Packmind?

Run npx packmind, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Packmind safe to use with an AI agent?

Its trust score is 80 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Packmind still maintained?

Yes — the latest release is release-cli/0.35.0 (2 Sep 2026), and the last commit was 6 months ago. The repository has 216 stars and 0 open issues.