E
executor.sh
Executor is an integration layer for AI agents that lets users configure external tools and APIs once, then access them through a single catalog and policy layer. It can run locally, as a desktop app, self-hosted, or as the hosted Executor Cloud service.
Executor exposes a public HTTP API, an OAuth-protected hosted MCP endpoint at https://executor.sh/mcp, and an npm-installed `executor` CLI.
discovered 1d ago
MCP servers1
- Executor MCPdetected
REST · OpenAPI1
- Executor APIdiscovered
CLI1
- Executor CLIdiscovered
Credentials
OAuth 2.0oauth2
OAuth 2.0 — self-onboarding
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
conventions · 3/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://executor.sh/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✓https://executor.sh/api/openapi.json
- MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://executor.sh/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing