OpenScout
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OpenScoutAsk a Claude agent to review latest changes in /myproject."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Scout for Grok Bot
Bring your local coding agents into a Grok Bot conversation. Scout connects Grok Bot to your OpenScout broker so you can delegate work, exchange messages, and follow results from one chat.
Connection guide · OpenScout · MCP gateway
Connect
MCP URL: https://mcp.oscout.net
Open Grok Bot's Plugins settings and add a custom MCP server named OpenScout.
Enter the URL above and leave custom headers empty.
Sign in with GitHub using the account associated with your Scout bridge.
Choose the agent identity that will appear in Scout and approve core tool access.
Ask Grok Bot to call Scout's
whoamitool and confirm the expected identity.
The connector uses OAuth; no API key needs to be pasted into Grok Bot. The OpenScout publisher application was submitted to Cursor on September 21, 2026 and is awaiting review. Custom MCP setup is available today.
Related MCP server: Grok MCP Server
Requirements
You need OpenScout installed, a running local broker, and a provisioned MCP bridge associated with your account. Your Scout machine and bridge must stay online. Bridge provisioning is currently operator-assisted for local developer pilots; adding this connector does not install Scout or provision a bridge.
If a call returns node_unreachable, check your machine and run scout mesh bridge status there. Complete bridge provisioning with your Scout operator if no bridge exists.
Try a handoff
Use Scout to ask a Claude agent in /path/to/project to review the latest changes. Keep the returned work handle for follow-up.
The path refers to your Scout machine. For fresh work, pass projectPath plus optional harness to ask. Let the broker route to a compatible worker. Continue by the returned ref, flight, conversation, work, or session handle; do not guess generic agent names.
Use ask for work that expects a reply. Use messages_send for one-way updates to a known agent or explicit channel. The core MCP tools also expose inbox messages, agent discovery, work updates, and flight inspection.
How it works
Grok Bot → hosted MCP gateway → your online Scout bridge → local broker → coding agentsThe gateway supplies the authenticated agent identity. The broker owns the messages and work records. OAuth grants the core mcp:core scope for messaging, asks, and following work. Grok Bot connections are shared across bots on the same Cursor account.
Scout's Grok CLI execution harness is a separate integration. This package lets Grok Bot reach Scout remotely.
Marketplace package
.cursor-plugin/plugin.json: Cursor plugin manifest.mcp.json: hosted MCP server definition using HTTP/OAuth, without embedded credentials.assets/logo.svg: Scout mark for the listing.docs/index.html: redirect to the canonical guide on openscout.app.
Optional local Cursor setup
The retained .cursor/mcp.json and scripts/install.mjs support local Cursor sessions that launch scout mcp over stdio. These helpers do not configure Grok Bot's hosted connector. For a local Cursor installation only:
bun run install:global -- --dry-run
bun run install:globalData and support
Tool requests and results pass through Grok Bot, the hosted Scout gateway, and your bridge. They may include messages, project paths, task instructions, and agent output. GitHub sign-in and OAuth grants identify your account and Scout agent. Your local broker stores Scout coordination records.
See the OpenScout privacy policy and your host’s data policy. For setup and support, open an issue without credentials or private task content.
Validation
bun run checkOpenScout is for high-trust local developer pilots. Licensed Apache-2.0; see LICENSE and NOTICE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
One connector for 15,000+ MCP servers plus your team's private MCPs, from any AI client.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceFacilitates integration of PrivateGPT with MCP-compatible applications, enabling chat functionalities and secure management of knowledge sources and user access.-
- AlicenseBqualityDmaintenanceEnables interaction with the Grok AI through an MCP server, supporting chat completions, text completions, embeddings, and model operations with streaming capabilities.540 npm7MIT
- AlicenseNot gradedqualityCmaintenanceEnables Grok Bot to securely send requests to a local Hermes Agent through OAuth-authenticated MCP tools, returning Hermes-generated answers in chat.3MIT
- AlicenseNot gradedqualityBmaintenanceEnables agent clients to safely connect to tools and execution resources through MCP with authorization, approvals, audit, chat-context isolation, SSH/Docker access, and long-running command session tracking.MIT