aicoolies logo

Executor

MCP gateway and integration catalog for AI agents

Share
open-sourceOpen SourceTelemetry Concerns
Visit Website →

Executor is an MIT-licensed integration layer and MCP gateway for AI agents. It gives Claude Code, Cursor, Codex, and other MCP-speaking clients one endpoint for connected OpenAPI specs, GraphQL APIs, MCP servers, Google Discovery sources, and custom JavaScript tools, with local, cloud, and self-hosted deployment options for teams centralizing tool access.

Executor sits in the integration layer between AI agents and the tools they need to call. The official site describes it as an MCP gateway: Claude Code, Cursor, Codex, or any other MCP-speaking client points at one endpoint, while Executor connects the agent to MCP servers, OpenAPI specifications, GraphQL APIs, Google Discovery sources, and custom JavaScript functions. That framing makes it more specific than a general workflow builder and broader than a single MCP server; it is a catalog and routing surface for teams that are accumulating many agent integrations.

The write-time GitHub check for `RhysSullivan/executor` showed 2,269 stars, 140 forks, an MIT license, and a push on 2026-06-24. The README documents `npm install -g executor`, `executor install`, and `executor web`, then explains local background service setup and MCP server usage. The npm package was at version 1.5.19 and exposes an `executor` binary. The product site also describes local desktop and CLI options, Executor Cloud with a free tier, and self-hosting through Docker or a Cloudflare Worker, so the page frames pricing as open-source local software with optional hosted deployment.

Executor's appeal is operational simplicity: instead of configuring the same GitHub, Stripe, Sentry, Cloudflare, or internal API tools separately for every agent, the team can centralize the integration catalog and expose it through MCP. The risk is also obvious: an integration gateway may hold credentials, schemas, and function access that deserve security review. This page should therefore describe Executor as a promising MCP integration layer, not as a proven enterprise security boundary, and teams should validate auth, logging, and deployment mode before placing high-privilege tools behind it.

Pricing

Free MIT-licensed local CLI and service; Executor Cloud advertises a free tier, and teams can also self-host via Docker or Cloudflare Worker depending on their deployment needs.

Platforms

CLI, local service, web UI, cloud, and self-host options for exposing OpenAPI, GraphQL, MCP, Google Discovery, and custom JS integrations to agents.

Categories

Tags

Use Cases

Related Tools

Claude Code logo

Claude Code

Top Pick

Anthropic's agentic coding CLI

Anthropic's agentic CLI coding tool that delegates complex tasks to Claude directly from the terminal. Understands entire codebases via automatic context gathering, edits multiple files, runs shell commands, and manages Git workflows autonomously. Supports CLAUDE.md for persistent project instructions, integrates with VS Code and JetBrains, and uses Claude Opus/Sonnet with extended thinking for complex architectural decisions. Built for terminal-first developers.

paidOpen Source
Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source
pi dev code

Pi

Top Pick

Minimal terminal coding harness

Pi is an open-source minimalist coding agent built by Mario Zechner that runs in the terminal with an intentionally lean design — just four core tools (read, write, edit, bash) and a ~300-word system prompt. It treats the context window as scarce, omits sub-agents and MCP by default, and pushes extensibility to TypeScript extensions, skills, and prompt templates developers build for their own needs. A radical counterpoint to bloated AI coding tools.

open-sourceOpen Source
OpenCode logo

OpenCode

Top Pick

Open-source AI coding agent for the terminal

Open-source terminal-based AI coding agent built in Go by the SST team, with a rich TUI (Bubble Tea) supporting 75+ model providers including OpenAI, Anthropic, Gemini, Bedrock, Groq, and OpenRouter. Features vim-like editing, persistent SQLite sessions, and LSP integration for 40+ languages. Fully free with no vendor lock-in, it has rapidly grown to 95k+ GitHub stars.

open-source
Codex logo

Codex

Top Pick

OpenAI coding agent for app, editor, terminal, and cloud work

Codex is OpenAI's coding agent for software development across the Codex app, editor, terminal, and cloud tasks. It helps write, review, debug, refactor, and automate code, with ChatGPT plan access for managed surfaces and API-key usage for CLI, SDK, and IDE workflows. The open-source CLI and SDK support local repository work, while cloud features add GitHub review, Slack/Linear integrations, worktrees, skills, MCP, and automations.

freemiumOpen Source

Latitude

Sentry-style observability for AI agent conversations

Latitude is an agent observability platform for teams that need to inspect LLM traces, conversations, issues, and evaluation feedback in one workflow. Its public repo and docs position it as a Sentry-style monitor for AI agents, with semantic search, issue detection, annotations, MCP-assisted fixes, and cloud or self-hosted deployment paths for production debugging.

freemiumOpen SourceTelemetry