Awesome MCPAgent Platforms

namastexlabs/automagik-genie

⭐ 336 TypeScript repository created 2025-08-01

automagik-genie is a planning-and-execution layer for AI coding agents. A user describes a desired change in one sentence, Genie interviews them into a plan, dispatches agents to build it in parallel, reviews the result against acceptance criteria and returns work that is ready to merge. The design is deliberately lightweight: the methodology lives in skills, the plan documents are plain markdown committed to git under .genie/wishes and .genie/brainstorms, and all operational state sits in a single per-repo SQLite file at .genie/genie.db running on Bun's built-in engine. Nothing runs in the background; each command opens the database, runs one transaction and exits. The lifecycle is shared between Claude Code and Codex and runs brainstorm, design review, wish, plan review, work and implementation review, invoked as slash skills in Claude or with owner-qualified selectors from the Codex plugin. The MCP connection is twofold. The genie mcp command serves read-only Genie task and board state over stdio MCP, so other clients can query project state as an MCP server. In addition, genie init reconciles marker-owned project MCP configuration files including .mcp.json, .warp/.mcp.json and a stable-facade route in .codex/config.toml. Other commands cover installation, Codex setup and activation, a kanban board view, task inspection, diagnostics, hook middleware with Claude and Codex wire adapters, terminal shortcuts, updates and uninstall. An optional Warp cockpit turns a wish's ready groups into one pane per group, each in its own git worktree. Distribution emphasises supply-chain verification: releases are cosign-signed with SLSA provenance, the installer verifies binaries before running them, and Codex hook definitions bind the launcher hash so the operator must approve them explicitly. The CLI has 14 commands, four runtime dependencies and ships as a roughly 0.9 MB single-file bundle.

https://github.com/namastexlabs/automagik-genie

mcp-servertypescriptcoding-agentsagent-orchestrationclaude-codecodexsqlitecli

Also in Agent Platforms

affaan-m/ECC

ECC is a comprehensive agent harness performance optimization system providing skills, instincts, memory, security, and research-first development for various AI agent harnesses including Claude Co...

open-webui/open-webui

Open WebUI is a self-hosted, extensible AI platform supporting multiple LLM runners and OpenAI-compatible APIs with advanced features like Retrieval Augmented Generation, model building, and offline deployment.

Mintplex-Labs/anything-llm

AnythingLLM is an all-in-one AI application with full MCP compatibility that enables intelligent chat interactions with documents using various LLMs, multi-user support, and no-code AI agent building capabilities.

aaif-goose/goose

goose is an open-source, extensible AI agent providing desktop, CLI, and API interfaces for code, workflows, and general tasks, featuring broad LLM provider compatibility and connection to MCP exte...

HKUDS/nanobot

nanobot is an ultra-lightweight, open-source, self-hosted personal AI agent framework in Python, offering a WebUI, tools, memory, MCP integration, multi-agent workflows, automation, and chat app co...

zhayujie/CowAgent

CowAgent is an open-source, multi-model AI assistant and Agent Harness designed for autonomous task planning, tool execution, and continuous learning, featuring native Model Context Protocol (MCP) ...

sickn33/agentic-awesome-skills

This project provides an installable GitHub library and npm installer for over 1,900 agentic skills and playbooks, designed to enhance AI coding assistants like Claude Code, Gemini CLI, Cursor, and...

danny-avila/LibreChat

LibreChat is an open-source enhanced ChatGPT clone that integrates multiple AI models and supports the Model Context Protocol (MCP) for advanced AI assistant features including no-code agents, secure code execution, multimodal interactions, and customizable conversation management.