Command can act as a Model Context Protocol (MCP) server, exposing agent capabilities and knowledge to external MCP clients like Claude Desktop, Cursor, or any OAuth 2.1-aware tool.
In this section
- Choose between Resource Mode and Tool Mode for each endpoint.
- Configure OAuth 2.1 with scoped access tokens.
- Audit MCP traffic the same way you audit Skill traffic.
01
What's inside
- 01
Resource Mode
Read-only exposure of documents and vector queries.
- 02
Tool Mode
Callable actions — let the external client invoke agent skills.
- 03
OAuth 2.1
Dynamic Client Registration, PKCE, and scoped tokens out of the box.
03