Sazabi
MCP connectors

The Context Company

Give the Sazabi agent read-only observability tools to query agent insights, runs, and sessions.

About

This is an MCP connector that gives the Sazabi agent tools from The Context Company's hosted MCP server at https://api.thecontext.company/mcp. Sazabi stores your read-only API key securely and sends it as the Authorization: Bearer token. Write tools are blocked by the per-connection read-only toggle.

What the agent can do:

  • Search agent insights with insight_search
  • Inspect agent runs with get_agent_runs
  • Inspect agent sessions with get_agent_sessions

Prerequisites

Set up in the dashboard

Configure connectors in the dashboard under Settings > MCP connectors.

Open the connector

Find The Context Company in Settings > MCP connectors.

Add your key

Generate a read-only API key following The Context Company's MCP access documentation. Sazabi stores it securely and sends it as Authorization: Bearer <key> to https://api.thecontext.company/mcp.

Set up with the CLI

The Context Company authenticates with an API key, and sazabi mcp-connectors connect only supports OAuth providers — so set up this connector in the dashboard first (above). Once it's connected, the Sazabi CLI can inspect and manage it (installed and authenticated — see sazabi mcp-connectors reference):

sazabi mcp-connectors list
sazabi mcp-connectors details <connection-id>

Find the connection ID with sazabi mcp-connectors list. To rotate the stored credentials later, use sazabi mcp-connectors update-credentials <connection-id>.

Verify

Open the connector's connection page under Settings > MCP connectors and confirm Sazabi lists the tools it discovered. Then, in a thread, ask the agent to use one of those tools and confirm it runs. If no tools appear, confirm the key is correct.

Troubleshooting

No tools discovered — Confirm the API key is valid. Re-enter it from Settings > MCP connectors.

Connection shows needs attention — The authorization or key may have expired or been revoked; reconnect from Settings > MCP connectors.

Further reading