Skip to content

Team MCP catalog

Auto-generated from ~/repos/bree-z-cf/.mcp.json. The structural data (URLs, stdio commands, transports) lives in the team's Claude Code config; descriptions + scope are layered in from scripts/mcp-catalog-overrides.yml in this repo.

Hosted (HTTP)

Reachable from any MCP client over the public internet (or, for docdex, on the developer's loopback).

breez

Workers-hosted MCP for the team's own runtime. Reachable for any caller signed into BreezAICorp via Cloudflare Access.

http · team-runtime · https://mcp.bree-z.com/mcp

breez-ops-docs

Search + read every doc this Pages site renders. Resources include all external/ release notes plus the site's own pages.

http · ops-docs · https://bree-z-ops-admin.pages.dev/api/mcp

cloudflare-api

Cloudflare's hosted MCP for account/zone introspection. OAuth on first connect.

http · cf-account-zone · https://mcp.cloudflare.com/mcp

docdex

Local code-intelligence + memory MCP. Indexes the team's repos and exposes search/symbols/AST/memory tools at 127.0.0.1.

http · local-code-intel-memory · http://127.0.0.1:28491/v1/mcp

linear

Linear's hosted MCP — issues, projects, comments. OAuth on first connect.

http · linear-issues-projects · https://mcp.linear.app/mcp

Local (stdio)

Run by Claude Code on the developer's machine via npx or a wrapper script. Not reachable from other clients without re-launching them locally.

context7

Upstash's docs RAG. Resolves library docs at query-time.

stdio · library-docs-rag · npx -y @upstash/context7-mcp

stripe

Stripe's MCP CLI wrapped to inject STRIPE_SECRET_KEY from sops. Avoids OAuth refresh per session.

stdio · stripe-account · bash tooling/mcp/stripe.sh

vscode

VS Code editor surface as MCP — file open, edits, diff, run-task.

stdio · editor-surface · npx -y vscode-as-mcp-server

Source of truth

~/repos/bree-z-cf/.mcp.json                      ← structural
~/repos/bree-z-ansible/scripts/mcp-catalog-overrides.yml  ← descriptions

Adding or rotating an MCP:

  1. Edit ~/repos/bree-z-cf/.mcp.json (HTTP url or stdio command/args).
  2. Add description + scope to mcp-catalog-overrides.yml in this repo.
  3. Open a PR — the next pages-cf build picks both up automatically and regenerates this page + the function's catalog.

How clients connect

Client How
Claude Code Reads .mcp.json at workspace root on launch
Claude Desktop Settings → Developer → Add MCP server
Cursor Settings → MCP → Add server
MCP Inspector ~/repos/bree-z-ansible/scripts/breez-mcp-inspector.sh <url>
In-page console /mcp/ — pre-wired to the BreeZ servers