Skip to main content

Minder CLI is the command-line interface for the Minder self-hosted MCP platform.

Project description

Minder

PyPI version License

Minder is a self-hosted MCP (Model Context Protocol) platform for repository-aware engineering intelligence.

It combines a local-first inference stack, a persistent memory and workflow engine, and a developer-facing CLI into a single deployable unit.

What's in this repo

Component Description
Minder Server MCP gateway — SSE + stdio transport, RAG pipeline, workflow engine, memory, admin HTTP
Minder CLI (minder-cli on PyPI) Edge CLI — IDE scaffold, repo sync, login, self-update
Minder Dashboard Astro admin console — client management, onboarding, skill catalog

Architecture

Developer → minder-cli → Minder Server ←→ AI agents (Codex / Copilot / Claude)
                              │
               ┌──────────────┼──────────────┐
               │              │              │
           MongoDB          Redis         Milvus
         (graph/memory)   (cache)      (vector search)
               │
          ┌─────┴──────┐
          │            │
       LiteRT-LM    FastEmbed
       (LLM gen)   (embedding)
  • LLM inference: LiteRT-LM (Google AI Edge) — on-device, hardware-accelerated, no HTTP overhead
  • Embedding inference: FastEmbed running natively in-process (mxbai-embed-large-v1) — zero-dependency ONNX acceleration

Quick Start

Run the server

# 1. Download the LiteRT-LM model
./scripts/download_models.sh

# 2. Start infra (MongoDB + Redis + Milvus)
docker compose -f docker/docker-compose.local.yml up -d

# 3. Run Minder Server
uv run python -m minder.server

Or use the one-command release installer (Docker only, no local uv needed):

curl -fsSL https://raw.githubusercontent.com/hiimtrung/minder/main/scripts/release/install-minder-release.sh | bash

Connect the CLI

# Install
uv tool install minder-cli

# Log in with your client key
minder login --client-key mkc_your_key --server-url http://localhost:8800/sse

# Set up IDE integration (VS Code, Cursor, Claude Code)
minder install-ide --target vscode --target claude-code

# Sync a repository
minder sync --repo-id <uuid>

MCP Tools

When connected, Minder exposes these tools to your AI agents:

Tool Description
minder_query Full RAG pipeline: retrieve → reason → verify → respond
minder_search_code Semantic code search across indexed repos
minder_memory_recall Retrieve persisted engineering memory
minder_workflow_get Read current workflow state
minder_session_restore Restore session continuity across context windows

Documentation

License

Apache License 2.0. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

minder_cli-0.3.8.tar.gz (188.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

minder_cli-0.3.8-py3-none-any.whl (246.8 kB view details)

Uploaded Python 3

File details

Details for the file minder_cli-0.3.8.tar.gz.

File metadata

  • Download URL: minder_cli-0.3.8.tar.gz
  • Upload date:
  • Size: 188.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for minder_cli-0.3.8.tar.gz
Algorithm Hash digest
SHA256 451477c9c1f37224e2c25fb871d719677fdb47de929a1f51f7e17bce8593a9f1
MD5 8963189f565a9f0bbf496f3475af566e
BLAKE2b-256 8118af0267870fe86e73da3b82740e1408b40ff013a72f4e127ea3db1bd6e08a

See more details on using hashes here.

Provenance

The following attestation bundles were made for minder_cli-0.3.8.tar.gz:

Publisher: release.yml on hiimtrung/minder

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file minder_cli-0.3.8-py3-none-any.whl.

File metadata

  • Download URL: minder_cli-0.3.8-py3-none-any.whl
  • Upload date:
  • Size: 246.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for minder_cli-0.3.8-py3-none-any.whl
Algorithm Hash digest
SHA256 31eee8c8d3096696d1f9c274a0d87fea3e8f50216c30490d4557b4b2494f8c56
MD5 8860a3a63fe1ffcb56000fdc943b442e
BLAKE2b-256 ec11e95fcdff7d5007b0e332930cc8a9ef3f79d47a1f9ad677a36933f92b0a65

See more details on using hashes here.

Provenance

The following attestation bundles were made for minder_cli-0.3.8-py3-none-any.whl:

Publisher: release.yml on hiimtrung/minder

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page