Skip to content

Releases: delimit-ai/delimit-mcp-server

v4.1.38

04 Apr 21:03

Choose a tag to compare

What's New in v4.1.29-4.1.38

Persistent Memory

  • delimit remember "context" -- save memories across sessions and models
  • delimit recall [query] -- search, filter by tag, export as markdown
  • delimit forget <id> -- delete a memory

Local Governance Gates

  • delimit check -- pre-commit check (exits non-zero on breaking changes)
  • delimit hooks install -- install git pre-commit/pre-push hooks
  • delimit ci -- generate GitHub Action workflow in one command

Session Lifecycle

  • Stop hook -- session handoff on exit, pushes ledger for cross-model continuity
  • </> branding -- < on session start, /> on exit

Scan Improvements

  • Governance readiness score (5-point checklist)
  • delimit try owner/repo -- try governance on any GitHub repo

Pro

  • Activation telemetry
  • Social daemon: SQLite caching, AI voice filter, digest emails
  • PostToolUse hook pattern fix

Distribution

  • VS Code Marketplace, MCP Registry, mcp.so all live
  • FAQ with Obsidian Mind comparison

v3.10.3

21 Mar 21:40

Choose a tag to compare

Dockerfile for Glama MCP inspector. Glama badge. Mobile-friendly README.

v3.9.2 — Pro IP Protection + Governance Loop

21 Mar 14:29

Choose a tag to compare

What's New

IP Protection:

  • Pro tool source removed from public repo (stubs only)
  • Crown jewels (deliberation, governance, license) compiled with Nuitka to native binaries
  • 6 platform builds: Linux x64 + macOS ARM × Python 3.10-3.12
  • Git history scrubbed of Pro source code

Licensing:

  • Runtime license gate blocks 32 Pro tools without valid key
  • 30-day re-validation against Lemon Squeezy (privacy-preserving)
  • 7-day grace period, 14-day hard block
  • 3 free deliberations/month for free tier

Governance Loop:

  • Every tool routes through governance
  • Ledger_context is first required next_step (not a suggestion)
  • Milestone auto-ledger for deploys, publishes, consensus

Install:

npx delimit-cli setup

Free tools work immediately. Pro modules download at install time.

v3.8.1 — One Workspace for Every AI Assistant

21 Mar 04:01

Choose a tag to compare

What's New

Cross-model continuity — Your tasks, memory, and governance carry between Claude Code, Codex, and Gemini CLI. Switch models without losing context.

Project scandelimit_scan discovers OpenAPI specs, frameworks, security issues, and tests in your project. The first-run "aha moment."

CLI-first deliberation — Uses your existing CLI subscriptions (Claude Pro, Codex Pro, Gemini Ultra) instead of separate API keys. No extra cost.

Governance trigger — AI assistants automatically check the ledger on session start. Works across Claude Code, Codex, Cursor, and Gemini CLI.

Security hardening:

  • Pinned Python dependencies with isolated venv
  • Fixed command injection in test_smoke (shell=True removed)
  • All internal paths removed from shipped package
  • Input validation on subprocess calls

GitHub Action v1.5.2:

81 tools including: scan, release_sync, models configure, deploy_npm

Install

npx delimit-cli setup

No API keys. No account. 10 seconds. Works with Claude Code, Codex, Cursor, and Gemini CLI.

Full Changelog: https://github.com/delimit-ai/delimit/commits/main

v3.6.11 — Multi-Model Deliberation + Security Hardening

21 Mar 00:06

Choose a tag to compare

What's New

Multi-model deliberation — Run consensus across Grok, Gemini, GPT-4o, Claude, or Codex CLI. Setup silently auto-detects your API keys.

Security hardening:

  • Pinned Python dependencies with isolated venv install
  • All internal paths removed from shipped package
  • No hardcoded credentials, tokens, or infrastructure details

Gemini CLI support — Full MCP integration with all 79 tools. Fixed type parameter naming that broke Gemini's function calling API.

GitHub Action v1.5.0 — Fixed YAML detection for base branch specs. Live PR comment demo.

Blog auto-publish — 10 posts scheduled through April 5, each with targeted CTA.

Install:

npx delimit-cli setup

No API keys. No account. 10 seconds. Works with Claude Code, Codex, Cursor, and Gemini CLI.

Full Changelog: https://github.com/delimit-ai/delimit/commits/main

v3.2.0

18 Mar 14:57

Choose a tag to compare

Delimit v3.2.0

AI agent guardrails for developers. Install governance tools into Claude Code with one command.

What's included

  • 5 MCP tools: lint, diff, policy, impact, ledger
  • CLI: delimit lint, delimit diff, delimit explain, delimit doctor
  • GitHub Action: delimit-ai/delimit-action@v1
  • Policy presets: strict, default, relaxed
  • Zero-Spec extraction: FastAPI, NestJS, Express
  • Docker support: docker build ready

Install

npx delimit-cli setup