A universal tool gateway for AI agents. Connect anything once, then use it across Cursor and every other agent harness.
Executor lets you configure APIs, MCP servers, authentication, accounts, and per-tool policies once. This plugin connects Cursor to that shared catalog and teaches the agent how to discover and call its tools efficiently.
Install Executor from Cursor's Customize page, then choose Connect and complete the Executor sign-in flow.
Copy this repository into Cursor's local plugin directory:
mkdir -p ~/.cursor/plugins/local
cp -R /path/to/executor-cursor ~/.cursor/plugins/local/executorRestart Cursor or run Developer: Reload Window, then open Customize and connect the Executor MCP server.
Run /executor-setup to verify the connection and see which integrations are available. After setup, ask Cursor to use any service connected in Executor—for example, “Use Executor to list my open GitHub issues.”
Executor may pause a tool call for authentication or approval. Complete the requested interaction and let Cursor resume the execution. Credentials stay in Executor's authentication flow and should never be pasted into chat.
- The hosted Executor MCP endpoint at
https://executor.sh/mcp - A skill for discovering and invoking Executor integrations
- An
/executor-setupconnection check
Validate the plugin with:
npm testThe validation checks the manifest, component frontmatter, referenced paths, and production MCP endpoint.
MIT