freshcrate
Skin:/

Latest Releases

3166 packages indexed
freshcrate
Open source packages for agents and AI labs worldwide.
Discover the agent ecosystem in one place: MCP servers, orchestration frameworks, coding agents, infrastructure, research tooling, security, and operator playbooks.
agent ecosystemMCP serversorchestrationresearch + infra
ResetShowing 50 results
paperclipai๐Ÿ“v2026.618.0๐Ÿ›๏ธ Flagship

Paperclip CLI โ€” orchestrate AI agent teams to run a business

โ€œ# Paperclip v2026.618.0 > Released: 2026-06-18 ## Highlights - **Skills Store** - Browse, install, and manage agent skills from a dedicated in-app store, so you can give your agents new capabilities without hand-wiring files. Skills are now a first-class, installable unit with install counts and a company-scoped catalog. ([#7990](https://github.com/paperclipai/paperclip/pull/7990), @cryppadotta) - **Self-hostable sandbox execution** - Cloud/sandboxed agent execution matures: a self-hostable Kโ€
FrameworksMIT
openai-agents๐Ÿ“v0.17.6๐Ÿ›๏ธ Flagship

OpenAI Agents SDK

โ€œ## What's Changed * feat: add pre-approval tool input guardrails by @seratch in https://github.com/openai/openai-agents-python/pull/3487 * feat: add SDK-only custom data for tool outputs by @seratch in https://github.com/openai/openai-agents-python/pull/3486 * fix: enforce the documented strict JSON-compatible contract for #3486 by @siddiksawani in https://github.com/openai/openai-agents-python/pull/3657 * fix: suppress handoff whitespace tool-name warnings by @seratch in https://github.โ€
FrameworksUnknown
1d ago
by pypi
prefect๐Ÿ“3.7.5๐Ÿ›๏ธ Flagship

Workflow orchestration and management.

โ€œ**Enhancements โž•โž•** * Add cancelling timeout cleanup producer by [@desertaxle](https://github.com/desertaxle) in [#22238](https://github.com/PrefectHQ/prefect/pull/22238) * Add backend observability for worker channel and cleanup queue by [@devin-ai-integration](https://github.com/devin-ai-integration)[bot] in [#22310](https://github.com/PrefectHQ/prefect/pull/22310) **Bug Fixes ๐Ÿž** * Fix pending task runs in flow run graph by [@devin-ai-integration](https://github.com/devin-ai-integration)[โ€
FrameworksApache-2.0
1d ago
by pypi
adk-python๐Ÿ“v2.3.0๐Ÿ›๏ธ Flagship

An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.

โ€œ## [2.3.0](https://github.com/google/adk-python/compare/v2.2.0...v2.3.0) (2026-06-17) ### Features * add create_http_options to ContextCacheConfig for cache creation timeout ([ffc9677](https://github.com/google/adk-python/commit/ffc9677154e37aa51ddc7ff760c3b25929b68aaa)), closes [#4703](https://github.com/google/adk-python/issues/4703) * add GCS first party toolset to ADK integrations ([fb19e1a](https://github.com/google/adk-python/commit/fb19e1a15537083f34baa798f90a79504de6e95b)) * Adโ€
AI AgentsApache-2.0
1d ago
google-adk๐Ÿ“v2.3.0๐Ÿ›๏ธ Flagship

Agent Development Kit

โ€œ## [2.3.0](https://github.com/google/adk-python/compare/v2.2.0...v2.3.0) (2026-06-17) ### Features * add create_http_options to ContextCacheConfig for cache creation timeout ([ffc9677](https://github.com/google/adk-python/commit/ffc9677154e37aa51ddc7ff760c3b25929b68aaa)), closes [#4703](https://github.com/google/adk-python/issues/4703) * add GCS first party toolset to ADK integrations ([fb19e1a](https://github.com/google/adk-python/commit/fb19e1a15537083f34baa798f90a79504de6e95b)) * Adโ€
FrameworksUnknown
1d ago
by pypi
eliza๐Ÿ“develop@2026-06-19๐Ÿ›๏ธ Flagship

Autonomous agents for everyone

โ€œLatest activity on develop branchโ€
FrameworksMIT
22h ago
mcp-toolbox๐Ÿ“v1.5.0๐Ÿ›๏ธ Flagship

MCP Toolbox for Databases is an open source MCP server for databases.

โ€œ## [1.5.0](https://github.com/googleapis/mcp-toolbox/compare/v1.4.0...v1.5.0) (2026-06-18) ### Features * **auth/google:** Require audience or clientId for mcpEnabled ([#3450](https://github.com/googleapis/mcp-toolbox/issues/3450)) ([59f7b6e](https://github.com/googleapis/mcp-toolbox/commit/59f7b6e8eaceffca042cb7e2f2b6e5e9284b6bc3)) * Enable per source level flags for sql commenter ([#3465](https://github.com/googleapis/mcp-toolbox/issues/3465)) ([ecce6b7](https://github.com/googleapis/mcp-toโ€
MCP ServersApache-2.0
1d ago
notebook๐Ÿ“v7.6.0๐Ÿ›๏ธ Flagship

Jupyter Notebook - A web-based notebook environment for interactive computing

โ€œ ## 7.6.0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.1...ff72659087428132698ebe7ccfd7cf8a52ed9fba)) ### Enhancements made - Fix missing filebrowser features [#7955](https://github.com/jupyter/notebook/pull/7955) ([@jtpio](https://github.com/jtpio)) - Confirmation dialog before "Close and Shut Down Notebook" [#7894](https://github.com/jupyter/notebook/pull/7894) ([@jtpio](https://github.com/jtpio)) - Update to JupyterLab v4.6.0a3 โ€
1d ago
by pypi
lancedb๐Ÿ“v0.31.0-beta.0๐Ÿ›๏ธ Flagship

Developer-friendly OSS embedded retrieval library for multimodal AI. Search More; Manage Less.

โ€œ## ๐Ÿ›  Breaking Changes - refactor!: drop unused loss field from IndexStatistics by @wjones127 in https://github.com/lancedb/lancedb/pull/3496 ## ๐ŸŽ‰ New Features - feat(remote): implement set/unset_lsm_write_spec REST variant by @hamersaw in https://github.com/lancedb/lancedb/pull/3501 - feat: add table branch support by @brendanclement in https://github.com/lancedb/lancedb/pull/3490 - feat: support checking out a version on a branch by @brendanclement in https://github.com/lancedb/lancedb/pulโ€
DatabasesApache-2.0
1d ago
django-debug-toolbar๐Ÿ“7.0.0๐Ÿ›๏ธ Flagship

A configurable set of panels that display various debug information about the current request/response.

โ€œ<!-- Release notes generated using configuration in .github/release.yml at 7.0.0 --> This release features a change to use the shadow DOM. If a project is customizing the Django Debug Toolbar theme via variables a change will be required. ## Changelog * **Updated to render the toolbar in a shadow DOM for better isolation from the rest of the page. This can be disabled with the setting ``USE_SHADOW_DOM``.** * **Note that custom themes overriding CSS variables on :root must move those ovโ€
FrameworksBSD-3-Clause
1d ago
dependency-injector๐Ÿ“4.49.1๐ŸŒณ Mature

Dependency injection framework for Python

โ€œ## What's Changed * Add FastStream example to docs by @birthdaysgift in https://github.com/ets-labs/python-dependency-injector/pull/958 * Allow Configuration provider to accept Pydantic settings classes by @warmagedon007 in https://github.com/ets-labs/python-dependency-injector/pull/963 * Add support for wiring of Cython-compiled modules by @keyz182 in https://github.com/ets-labs/python-dependency-injector/pull/965 * Fix sync resource shutdown with async deps (fixes #968) by @ZipFile in httpโ€
1d ago
by pypi
pandera๐Ÿ“v0.32.0๐ŸŒณ Mature

A light-weight and flexible data validation and testing tool for statistical data objects.

โ€œ## โญ๏ธ Highlights: Add support for `narwhals` backend In this release, we're adding support for a `narwhals` backend that supports the `polars`, `ibis` and `pyspark-sql` schema APIs. To enable it, install the `narwhals` extra with the support framework of your choice: ``` pip install 'pandera[narwhals,polars]' # Polars pip install 'pandera[narwhals,ibis]' # Ibis pip install 'pandera[narwhals,pyspark]' # PySpark SQL ``` Then enable with an environment variable: ```bash exportโ€
1d ago
by pypi
schemathesis๐Ÿ“v4.21.9๐ŸŒณ Mature

Property-based testing framework for Open API and GraphQL based apps

โ€œ ### :bug: Fixed - Encode spaces in path parameters as `%20` instead of `+`. [#4252](https://github.com/schemathesis/schemathesis/issues/4252) โ€
FrameworksUnknown
23h ago
by pypi
langwatch๐Ÿ“skills@v0.6.1๐ŸŒณ Mature

The platform for LLM evaluations and AI agent testing

โ€œ## [0.6.1](https://github.com/langwatch/langwatch/compare/skills@v0.6.0...skills@v0.6.1) (2026-06-19) ### Bug Fixes * **cli:** default login to project, guard against personal-project confusion ([#4728](https://github.com/langwatch/langwatch/issues/4728)) ([0e355ce](https://github.com/langwatch/langwatch/commit/0e355ce4b488334c63bd8a172ce669ca30fcaf8b)) * **deps:** consolidated npm security overrides across the monorepo (closes 18 alerts) ([#4650](https://github.com/langwatch/langwatch/issuesโ€
AI AgentsNOASSERTION
22h ago
django-environ๐Ÿ“v0.14.0๐ŸŒณ Mature

A package that allows you to utilize 12factor inspired environment variables to configure your Django application.

โ€œdjango-environ 0.14.0 improves type annotations across `Env` and updates `Env.read_env()` to support caller-owned file-like objects without closing them. This is the final django-environ release supporting Python 3.9. ## Added - Type annotations and matching docstring information for `Env` methods. - A conditional `typing_extensions` dependency providing `TypeAlias` on Python 3.9. ## Changed - `Env.read_env()` now accepts path-like and file-like objects without closing file-like objects supโ€
FrameworksMIT
flit๐Ÿ“main@2026-06-18๐ŸŒณ Mature

A simple packaging tool for simple packages.

โ€œLatest activity on main branchโ€
Developer ToolsUnknown
1d ago
by pypi
agent-scan๐Ÿ“v0.5.11๐ŸŒณ Mature

Security scanner for AI agents, MCP servers and agent skills.

โ€œLatest release: v0.5.11โ€
MCP ServersApache-2.0
1d ago
by snyk
agate๐Ÿ“master@2026-06-19๐ŸŒณ Mature

A data analysis library that is optimized for humans instead of machines.

โ€œLatest activity on master branchโ€
FrameworksMIT
1d ago
by pypi
takt๐Ÿ“main@2026-06-19๐ŸŒณ Mature

TAKT: TAKT Agent Koordination Topology - AI Agent Workflow Orchestration

โ€œLatest activity on main branchโ€
FrameworksMIT
1d ago
mcp-scanner๐Ÿ“4.7.4๐ŸŒณ Mature

Scan MCP servers for potential threats & security findings.

โ€œ## What's Changed * Fix/yara keyword false positives by @harishsg999 in https://github.com/cisco-ai-defense/mcp-scanner/pull/193 * feat: add LLM meta-analyzer for cross-analyzer finding enrichment by @harishsg999 in https://github.com/cisco-ai-defense/mcp-scanner/pull/149 * chore: bump version to 4.7.4 by @harishsg999 in https://github.com/cisco-ai-defense/mcp-scanner/pull/199 **Full Changelog**: https://github.com/cisco-ai-defense/mcp-scanner/compare/4.7.3...4.7.4โ€
MCP ServersApache-2.0
skales๐Ÿ“v11.4.20๐ŸŒณ Mature

Your local AI Desktop Agent for Windows, macOS & Linux. Agent Skills (SKILL.md), autonomous coding (Codework), multi-agent teams, desktop automation, 15+ AI providers, Desktop Buddy. No Docker, no ter

โ€œThe headline of this release is **Skales IQ**: _our free built-in trial model, is rolling out as an early Alpha. Open Skales and start chatting with no API key. It runs on our servers with limited capacity, so it may be paused or adjusted while we tune it. You can change any time to your default provider (BYOK or Local)._ <img width="1376" height="768" alt="image" src="https://github.com/user-attachments/assets/b1ae5fcd-2f2a-408a-9baa-272e08a747bd" /> ## Highlights - **Skales IQ, a frโ€
AI AgentsNOASSERTION
1d ago
codeg๐Ÿ“v0.15.14๐ŸŒณ Mature

A unified workspace for local AI coding agents (Claude Code, Codex, Gemini CLI, etc.) โ€” desktop app, standalone server, or Docker. Conversation aggregation, git worktree workflows, MCP/Skills manageme

โ€œ# Release version 0.15.14 - feat(composer): The model selector now groups models by provider and opens long lists in a searchable, virtualized picker. - fix(composer): On narrow layouts, picking an option from the collapsed selectors now actually applies it instead of doing nothing. - fix(ui): Long text in confirmation dialogs now wraps instead of overflowing. ----------------------------- # ๅ‘ๅธƒ็‰ˆๆœฌ 0.15.14 - ๅŠŸ่ƒฝ(่พ“ๅ…ฅๆก†)๏ผšๆจกๅž‹้€‰ๆ‹ฉๅ™จ็ŽฐๅœจๆŒ‰ไพ›ๅบ”ๅ•†ๅˆ†็ป„๏ผŒ่พƒ้•ฟ็š„ๅˆ—่กจไผšๅœจๅฏๆœ็ดขใ€่™šๆ‹ŸๅŒ–็š„้€‰ๆ‹ฉๅ™จไธญๆ‰“ๅผ€ใ€‚ - ไฟฎๅค(่พ“ๅ…ฅๆก†)๏ผšๅœจ็ช„ๅธƒๅฑ€ไธ‹๏ผŒไปŽๆŠ˜ๅ ็š„้€‰ๆ‹ฉๅ™จไธญ้€‰ๆ‹ฉ้€‰้กน็Žฐๅœจ่ƒฝ็œŸๆญฃ็”Ÿๆ•ˆ๏ผŒไธๅ†็‚นๅ‡ปๆ— โ€
MCP ServersApache-2.0
1d ago
vurb.ts๐Ÿ“v4.3.0๐ŸŒฟ Growing

Vurb.ts - The TypeScript Framework for MCP Servers. Type-safe tools, structured AI perception, and built-in security. Deploy once โ€” every AI assistant connects instantly.

โ€œ## What's Changed **31-file deep-dive audit** โ€” zero new features, pure stability hardening for type safety, runtime security, and Edge compatibility. ### Type Safety - Eliminated all `no-explicit-any` casts across `BuildPipeline`, `FluentToolBuilder`, `ServerAttachment`, `CursorCodec`, `MCPFusionClient`, `HandoffStateStore` - Removed unnecessary `no-unnecessary-condition` suppressions in 5+ modules ### Security - **Prototype pollution guard** in `FluentToolBuilder` middleware context enrichmโ€
MCP ServersApache-2.0
1d ago
animaworks๐Ÿ“v0.9.2๐ŸŒฟ Growing

Organization-as-Code for autonomous AI agents. Brain-inspired memory that grows, consolidates, and forgets. Multi-model (Claude/Codex/Gemini/Cursor/Ollama).

โ€œPatch release for the v0.9 stability line after confirming main CI is green.\n\n- Fixes the CI install path by stubbing the optional `openai-codex` SDK in Codex Mode C tests when the `codex` extra is not installed.\n- Isolates the Channel E priming test from unrelated memory retrieval/RAG channels so unit tests do not hit slow embed work under CI timeout.\n- Keeps `openai-codex` and its CLI package out of `animaworks[all-tools]`; install `animaworks[codex]` explicitly when Mode C is needed.\n\nCโ€
FrameworksApache-2.0
1d ago
jdocmunch-mcp๐Ÿ“v1.86.0๐ŸŒฟ Growing

The leading, most token-efficient MCP server for documentation exploration and retrieval via structured section indexing

โ€œ## Cross-suite repo identity: `local/` name round-trip + bridge handle clarity (#67, #68) Two reports from @mmashwani โ€” the last two friction points in heavy dual-suite (jCodeMunch + jDocMunch) autonomous use. ### #67 โ€” `index_local(name="local/<name>")` round-trip `doc_list_repos` returns local handles as `local/<name>`, but `index_local(name=...)` validated `name` as a single storage component, so reusing a discovered handle as the refresh name raised `Invalid name: 'local/example-docs'` eveโ€
MCP ServersNOASSERTION
1d ago
incremental๐Ÿ“trunk@2026-06-19๐ŸŒฟ Growing

A CalVer version manager that supports the future.

โ€œLatest activity on trunk branchโ€
FrameworksUnknown
1d ago
by pypi
cookbook๐Ÿ“cookbook-v2026.06.18.1๐ŸŒฟ Growing

Recipes and resources for building, deploying, and fine-tuning generative AI with Fireworks.

โ€œ## What's Changed * [Promote] From Fireworks staging to cookbook by @bot-fireworks-ai in https://github.com/fw-ai/cookbook/pull/517 **Full Changelog**: https://github.com/fw-ai/cookbook/compare/cookbook-v2026.06.14.1...cookbook-v2026.06.18.1โ€
RAG & MemoryApache-2.0
1d ago
ansible๐Ÿ“main@2026-06-18๐ŸŒฟ Growing

Radically simple IT automation

โ€œLatest activity on main branchโ€
FrameworksGPL-3.0-or-later
1d ago
AgentQuant๐Ÿ“main@2026-06-18๐ŸŒฟ Growing

Autonomous quantitative trading research platform that transforms stock lists into fully backtested strategies using AI agents, real market data, and mathematical formulations, all without requiring a

โ€œLatest activity on main branchโ€
AI AgentsUnknown
1d ago
maui-labs๐Ÿ“main@2026-06-19๐ŸŒฟ Growing

Experimental and pre-release tools for .NET MAUI

โ€œLatest activity on main branchโ€
MCP ServersMIT
1d ago
agentviz๐Ÿ“v1.0.1๐ŸŒฟ Growing

Session replay visualizer for AI agent workflows (Claude Code, VS Code, Copilot CLI)

โ€œLatest release: v1.0.1โ€
FrameworksMIT
1d ago
teleton๐Ÿ“v0.9.0๐ŸŒฟ Growing

Personal AI Agent for Telegram

โ€œ## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/tonresistor/teleton-agent:latest setup ``` ## Changes 71a0a22 Merge pull request #24 from TONresistor/dev 358b932 fix(ci): set up Buildx so the release Docker job can export the gha cache e842680 Merge pull request #23 from TONresistor/dev d969bee docs(changelog): add 0.9.0 release notes ee53a00 chore(deps): npm audit fix in-range (root + web) 3eb238a fix(gocoon): hold the walโ€
AI AgentsMIT
1d ago
teleton-agent๐Ÿ“v0.9.0๐ŸŒฟ Growing

Teleton: Autonomous AI Agent for Telegram & TON Blockchain

โ€œ## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/tonresistor/teleton-agent:latest setup ``` ## Changes 71a0a22 Merge pull request #24 from TONresistor/dev 358b932 fix(ci): set up Buildx so the release Docker job can export the gha cache e842680 Merge pull request #23 from TONresistor/dev d969bee docs(changelog): add 0.9.0 release notes ee53a00 chore(deps): npm audit fix in-range (root + web) 3eb238a fix(gocoon): hold the walโ€
AI AgentsMIT
1d ago
Agenvoy๐Ÿ“v0.27.2๐ŸŒฟ Growing

Agentic framework | Self-improving memory | Pluggable tool extensions | Sandbox execution

โ€œ> v0.27.1 -> v0.27.2 ## Summary Consolidates TUI slash commands into grouped menus and adds a shift-tab auto mode toggle for uninterrupted tool execution. Provider model discovery now fetches live listings from NVIDIA NIM and local endpoints instead of relying on static registries. <details> <summary>็ฟป่ญฏ</summary> ๆ•ดๅˆ TUI ๆ–œ็ทšๆŒ‡ไปค็‚บ็พค็ต„้ธๅ–ฎ๏ผŒๆ–ฐๅขž shift-tab auto mode ๅˆ‡ๆ›ไปฅ็„กไธญๆ–ทๅŸท่กŒๅทฅๅ…ทใ€‚Provider model ๆŽข็ดขๆ”น็‚บๅพž NVIDIA NIM ่ˆ‡ๆœฌๅœฐ็ซฏ้ปžๅณๆ™‚ๆ‹‰ๅ–๏ผŒไธๅ†ไพ่ณด้œๆ…‹ๆธ…ๅ–ฎใ€‚ </details> ## Changes ### FEAT - Add TUI auto mode toggle with โ€
SecurityApache-2.0
1d ago
hermes-plugins๐Ÿ“main@2026-06-18๐ŸŒฑ Seedling

Custom plugins for hermes-agent โ€” goal management, inter-agent bridge, model selection, cost control

โ€œLatest activity on main branchโ€
AI AgentsAGPL-3.0
1d ago
ai-agents-frameworks๐Ÿ“main@2026-06-19๐ŸŒฟ Growing

The ultimate playground to learn, experiment with, and compare modern open-source AI agent frameworks โ€” from basics to production-ready setups.

โ€œLatest activity on main branchโ€
AI AgentsUnknown
23h ago
fastmcp_rust๐Ÿ“v0.3.2๐ŸŒฑ Seedling

Rust framework for building Model Context Protocol servers with cancel-correct async, zero-copy serialization, and first-class tool/resource/prompt abstractions

โ€œRelease 0.3.2โ€
MCP ServersNOASSERTION
haystack-cookbook๐Ÿ“main@2026-06-18๐ŸŒฟ Growing

๐Ÿ‘ฉ๐Ÿปโ€๐Ÿณ A collection of example notebooks using Haystack

โ€œLatest activity on main branchโ€
RAG & MemoryUnknown
1d ago
aiworkspace๐Ÿ“0.2.0๐ŸŒฑ Seedling

Set up and manage AI agent skills and configs for Cursor, Claude Code, Codex and more across multi-repo workspaces

โ€œ- :bookmark: 0.2.0 - Remove stale .cursor/skills symlinks - add CLAUDE.md - up skills (#12) (Ahmed Tarek)โ€
AI AgentsApache-2.0
1d ago
openbrep๐Ÿ“v0.8.0๐ŸŒฑ Seedling

OpenBrep: ็”จ่‡ช็„ถ่ฏญ่จ€้ฉฑๅŠจ ArchiCAD GDL ๅบ“ๅฏน่ฑก็š„ๅˆ›ๅปบใ€ไฟฎๆ”นไธŽ็ผ–่ฏ‘

โ€œ## What's Changed * feat(workbench): add React code-first OpenBrep Workbench by @byewind1 in https://github.com/byewind1/openbrep/pull/2 ## New Contributors * @byewind1 made their first contribution in https://github.com/byewind1/openbrep/pull/2 **Full Changelog**: https://github.com/byewind1/openbrep/compare/v0.7.0...v0.8.0โ€
AI AgentsMIT
1d ago
PageIndex๐Ÿ“main@2026-06-18๐ŸŒฟ Growing

๐Ÿ“‘ PageIndex: Document Index for Vectorless, Reasoning-based RAG

โ€œLatest activity on main branchโ€
DatabasesMIT
1d ago
grace-marketplace๐Ÿ“main@2026-06-19๐ŸŒฟ Growing

GRACE (Graph-RAG Anchored Code Engineering): open Agent Skills for contract-driven AI code generation with semantic markup, knowledge graphs, and support for Claude Code, Codex CLI, and Kilo Code.

โ€œLatest activity on main branchโ€
AI AgentsMIT
1d ago
MeowKit๐Ÿ“v2.11.6๐ŸŒฑ Seedling

Production ready. AI Agent Workflow System for Claude Code

โ€œ## Merge Conflict + Codebase Architecture Skills See [changelog](https://docs.meowkit.dev/changelog) for full details. ### Install ```bash npx mewkit init # or upgrade: npx mewkit upgrade ```โ€
FrameworksMIT
1d ago
mcp-mifosx๐Ÿ“main@2026-06-18๐ŸŒฑ Seedling

Model Context Protocol - MCP for Mifos X

โ€œLatest activity on main branchโ€
MCP ServersMPL-2.0
1d ago
meerkat๐Ÿ“v0.7.11๐ŸŒฑ Seedling

Meerkat - A modular, high-performance agent harness built in Rust.

โ€œ<!-- Release notes generated using configuration in .github/release.yml at v0.7.11 --> **Full Changelog**: https://github.com/lukacf/meerkat/compare/v0.7.10...v0.7.11โ€
MCP ServersApache-2.0
1d ago

Open-source multi-tenant AI agent platform โ€” 14 specialized agents, 195+ tools, 37+ AI models. Self-hosted. Fork and deploy your own AI operations team.

โ€œAuthentic narrated walkthrough of the live VisionClaw platform (1080p). Screenshots are real pages from the running app. Counts match docs/CURRENT_PLATFORM_TOTALS.md.โ€
22h ago
Omnispindle๐Ÿ“main@2026-06-19๐ŸŒฑ Seedling

A comprehensive MCP-based todo management system, that serves as a central nervous system for Madness Interactive, a multi-project task coordination workshop.

โ€œLatest activity on main branchโ€
MCP ServersUnknown
@yawlabs/ctxlint๐Ÿ“v0.18.0๐ŸŒฑ Seedling

Lint your AI agent context files, MCP server configs, and session data against your actual codebase

โ€œ- v0.18.0 - fix: bump vitest testTimeout to 30s -- integration tests need headroom for Node spawns - fix: resolve lint errors -- unused var in audit.ts, unused import in lsp/server.ts, add varsIgnorePattern to eslint config - feat: dryRun MCP fix, batched git renames, watch cache, LSP server, .ctxlintignoreโ€
MCP ServersMIT
1d ago
@baseplate-dev/plugin-ai๐Ÿ“baseplate@0.6.10๐ŸŒฑ Seedling

AI agent integration plugin for Baseplate โ€” generates AGENTS.md, CLAUDE.md, .mcp.json, and .agents/ configuration files

โ€œ### Patch Changes - [#897](https://github.com/halfdomelabs/baseplate/pull/897) [`db93095`](https://github.com/halfdomelabs/baseplate/commit/db93095c6a9846d1e583832b70b85898ae785b10) Thanks [@kingston](https://github.com/kingston)! - Fix Prettier formatting issues on first code generation by adding a post-write command that re-formats files after dependencies are installed - [#893](https://github.com/halfdomelabs/baseplate/pull/893) [`62df439`](https://github.com/halfdomelabs/baseplate/commit/6โ€
MCP ServersMPL-2.0
@ryuenn3123/agentic-senior-core๐Ÿ“main@2026-06-19๐ŸŒฑ Seedling

Force your AI Agent to code like a Staff Engineer, not a Junior.

โ€œLatest activity on main branchโ€
AI AgentsMIT
22h ago