Skip to content

Packaged MCP servers

The 17 MCP servers packaged as extensions, their authored inputs and authorization.

For people running agent work4 pages in this section

The Marketplace publishes these 17 MCP integrations as extension packages in v3/extensions.json. Each has an extension manifest, typed inputs and a digest-pinned artifact. Installation uses the existing extension lifecycle and preserves separate manual MCP configuration and credentials.

compozy marketplace search context7 -o json
compozy marketplace info context7 -o json
compozy extension install compozy/context7

Inspect the active daemon catalog before installing; this page describes the checked-in package set. A package can require configuration or OAuth after installation.

Packaged entries

EntryDeliveryDefault boundary
Context7Pinned npm package @upstash/context7-mcp@3.2.3Global scope; its API key is optional.
GitHubDigest-pinned official Docker image v1.8.0Workspace scope; runs with GitHub's --read-only mode.
LinearHosted Streamable HTTPWorkspace scope; OAuth discovery and registration are automatic.
NotionHosted Streamable HTTPWorkspace scope; OAuth discovery and registration are automatic.
SentryHosted Streamable HTTPWorkspace scope; OAuth discovery and registration are automatic.
PostgreSQL (Yaw Labs)Pinned npm package @yawlabs/postgres-mcp@0.7.0Workspace scope; the maintained server is read-only by default.
SupabaseHosted Streamable HTTPWorkspace scope; requires a project reference and fixes read_only=true.
Brave SearchPinned npm package @brave/brave-search-mcp-server@2.1.0Workspace scope; needs a Brave API key.
PlaywrightPinned npm package @playwright/mcp@0.0.78Workspace scope; launches with --headless.
StripeHosted Streamable HTTPWorkspace scope; inspect customers, payments, invoices, and subscriptions. Money-moving actions remain governed by upstream permissions.
PostHogHosted Streamable HTTPWorkspace scope; OAuth discovery and registration are automatic.
AirtableHosted Streamable HTTPWorkspace scope; OAuth discovery and registration are automatic.
GitLabHosted Streamable HTTPWorkspace scope; OAuth discovery and registration are automatic.
AtlassianHosted Streamable HTTPWorkspace scope; OAuth discovery and registration are automatic.
GrafanaPinned uvx package mcp-grafana==1.0.0Workspace scope; requires a Grafana URL and service-account token, and launches with --disable-write.
Cal.comHosted Streamable HTTPWorkspace scope; OAuth discovery and registration are automatic.
Cloudflare Code ModeHosted Streamable HTTPWorkspace scope; OAuth discovery and registration are automatic.

Pinned local distributions are exact so a catalog refresh cannot silently select a different package. A Docker distribution is additionally pinned to a verified image digest. Hosted integrations carry a package version for the authored configuration; the provider owns the running service version.

Inputs and authorization

Package manifests declare typed inputs rather than arbitrary environment maps. A secret input can be entered securely or bound to an existing Vault ref. Non-secret inputs can only populate a local server environment or a hosted URL query parameter; secret query values are never accepted.

Use the catalog default scope unless you have a concrete reason to choose another one. Every new vendor entry defaults to workspace; Context7 is the global exception. For a hosted entry with OAuth, install first and then use the daemon-owned login flow. The manifest's registration = "dynamic" does not accept a copied client secret or a manual OAuth endpoint template.

Curation sources

The package definitions retain the curated provider endpoints and pinned distributions. For example, Linear documents its Streamable HTTP endpoint; Notion recommends its hosted Streamable HTTP endpoint; Supabase documents hosted OAuth and a project-scoped URL; and Grafana documents its open-source server. Linear, Notion, Supabase, Grafana

GitHub documents both its official container image and read-only mode. The catalog resolves the v1.8.0 multi-architecture image index to its immutable digest before publication. GitHub MCP Server

The PostgreSQL entry deliberately identifies Yaw Labs rather than presenting it as a PostgreSQL project distribution. Its package describes itself as maintained by Yaw Labs and read-only by default. Yaw Labs PostgreSQL MCP

Cloudflare's Code Mode design exposes a small progressive-discovery interface and keeps credentials in the host callback rather than generated code. Cloudflare Code Mode

Deliberate omissions

Figma is not a curated entry by product decision. Figma limits its remote server to clients in its own MCP Catalog; the package set does not ship that Figma-specific client integration. Figma MCP server introduction

Shopify is not a generic entry. Shopify publishes multiple UCP MCP interfaces: a global endpoint, store-specific endpoints, dynamic customer-account discovery, and requests that carry an agent profile. That does not fit a single safe catalog launch with no templates or custom headers. Shopify catalog interfaces

Slack is not a generic entry. Its official server requires a registered Slack app with a fixed app ID and client credentials, and Slack does not support Dynamic Client Registration. CompozyOS's curated remote OAuth entries use automatic registration and do not carry provider-specific client secrets. Slack MCP overview

On this page