archestra-ai/archestra

Enterprise AI Platform with guardrails, MCP registry, gateway & orchestrator

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 30 seconds ago
Added to GitGenius on September 16th, 2026
Created on July 15th, 2025
Open Issues & Pull Requests: 47 (+0)
GitHub issues: Enabled
Number of forks: 1,210
Total Stargazers: 4,287 (+0)
Total Subscribers: 16 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 31.4 hours
90th percentile: 3.0 days
Tracked items: 837

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. Work labelled "$15" is answered fastest, typically in under an hour, while "Reserved for SE interview" waits about 5 days. 98% of issues opened in the past year have since been closed. Three people close 76% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 18
New in 7 days: 3
Closed in 7 days: 10
Avg open age: 91 days
Stale 30+ days: 11
Stale 90+ days: 5

Recent activity

Opened in 7 days: 3
Closed in 7 days: 10
Comments in 7 days: 5
Events in 7 days: 7

Top labels

  • bug (372)
  • 💎 Bounty (117)
  • knowledge connector (29)
  • $50 (27)
  • $15 (26)
  • only for core team (24)
  • $100 (18)
  • Reserved for SE interview (18)

Detailed Description

Archestra is an enterprise AI platform that provides guardrails, a Model Context Protocol registry, gateway, and orchestrator for managing AI agents and integrations.

The platform addresses the challenge of safely deploying and coordinating multiple AI agents and language models in production environments. It does this by offering a centralized gateway that routes requests to different AI providers, a registry for managing Model Context Protocol servers and tools, and an orchestrator that coordinates agent behavior. The guardrails component enforces safety policies and constraints on agent actions, preventing unintended or harmful outputs before they reach users or external systems.

Organizations building multi-agent systems or integrating multiple language models should consider Archestra if they need centralized control, safety enforcement, and standardized tool integration across different AI providers. The platform supports major providers including OpenAI, Claude, Gemini, and DeepSeek. It is particularly suited for enterprises that require audit trails, policy enforcement, and the ability to manage agents at scale. The MCP registry and gateway components make it valuable for teams that want to standardize how agents access external tools and data sources without reimplementing integrations across different agent implementations.

The project shows active development with regular commits addressing core platform functionality. Work spans the full stack from gateway infrastructure to agent orchestration logic, indicating sustained effort on both foundational systems and higher-level features. The codebase demonstrates attention to production concerns including Kubernetes deployment support and enterprise-grade configuration patterns.