Skip to content

feat(context-mesh): landing page and get started - #7295

Open
juliamrch wants to merge 33 commits into
release/context-mesh-v1.0from
feat/context-mesh-docs-no-clients
Open

juliamrch wants to merge 33 commits into
release/context-mesh-v1.0from
feat/context-mesh-docs-no-clients

Conversation

@juliamrch

@juliamrch juliamrch commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Description

This PR updates the context mesh docs to include only a landing page and a get started guide.

Preview Links

Test instructions

  • Test on .tech: export KONNECT_CONTROL_PLANE_URL=us.api.konghq.tech
  • Download the spec:
curl -O https://deploy-preview-7295--kongdeveloper.netlify.app/assets/context-mesh/openweathermap.json

API

Checklist

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

@juliamrch juliamrch self-assigned this Sep 18, 2026
@netlify

netlify Bot commented Sep 18, 2026

Copy link
Copy Markdown

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit ebcf707
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6ab2d1b90166290008b7ddc8
😎 Deploy Preview https://deploy-preview-7295--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@juliamrch juliamrch linked an issue Sep 18, 2026 that may be closed by this pull request
@juliamrch juliamrch changed the title Feat/context mesh docs no clients feat(context-mesh): landing page and get started Sep 18, 2026
@juliamrch
juliamrch marked this pull request as ready for review September 21, 2026 16:53
@juliamrch
juliamrch requested a review from a team as a code owner September 21, 2026 16:53

@cloudjumpercat cloudjumpercat left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some suggestions! Here's a list of sort of the overview of them:

  • You should add the Context Mesh product to our top nav (/app/_data/top_navigation.yml) and the homepage (app/_data/homepage.yml).
  • I left a bunch of comments on the landing page about content that I think was missing.
  • The how to didn't work for me, which I've noted in a few spots. I also think if we can, the UI steps there should be API steps instead.
  • I recommend reworking the table on the landing page (I've left a suggestion for it).

Comment thread app/_data/products/context-mesh.yml
Comment thread app/_how-tos/context-mesh/get-started-with-context-mesh.md Outdated
Comment thread app/_indices/context-mesh.yaml Outdated
Comment thread app/_indices/context-mesh.yaml Outdated
Comment thread app/_how-tos/context-mesh/get-started-with-context-mesh.md

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm doing this review as if these are all the docs that will be added for the Context Mesh release (I checked the milestone and it looks like the only other docs that will be added are to the Catalog landing page and maybe an install page?).

I think several things are missing. You could make a Context Mesh reference page, or they could go here on the landing page. For the sake of timing, the landing page would work okay.

  • Operator seems to be the only tool that's supported (as in your CP must be Operator configured). Why? We also need to call this out as a limitation. Is this limitation temporary?
  • If you can configure Context Mesh via the Konnect API, we need a section on here with tabs that contains API and UI steps for how to configure it (similar to https://developer.konghq.com/dedicated-cloud-gateways/managed-cache/#configure-a-managed-cache) in a general way. This is just to cover if someone wants to use a tool that we don't have a how to for, they know what all their options are and general steps to configure if they ask Claude or Kapa etc.
  • Basic mode vs advanced mode: what are the defaults for basic? How do I decide which to use? What does advanced do?
  • We need to explain why someone would use this over AIGW MCP servers or the soon to release Portal MCP server.
  • We say that "Context Mesh exposes REST APIs and existing MCP servers to AI agents as a single Code Mode MCP server. It is the mediation layer between agents and your APIs. Agent traffic to those APIs passes through the same path as the rest of your API traffic, so the policies and observability you already apply continue to apply." but how does this look since you can't scope a plugin to an MCP server? How are we governing Context Mesh MCP servers with a Kong Gateway?
  • We also need to update https://developer.konghq.com/mcp/ with info about Context Mesh (lower priority)

@juliamrch juliamrch Sep 22, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could make a Context Mesh reference page

There's one in progress, but the PRDs are outdated and no source of truth exists to properly describe the product. We agreed with the team on the landing page and the quickstart guide to avoid shipping the product with no docs at all.

Operator seems to be the only tool that's supported (as in your CP must be Operator configured). Why?

My best guess is that the MCP deploys using a custom resources layer, which a decK CP doesn't contain?

Is this limitation temporary?

No, it seems it will be permanent.

Basic mode vs advanced mode: what are the defaults for basic? How do I decide which to use? What does advanced do?

Nothing in the specs or the PRDs answers that

We need to explain why someone would use this over AIGW MCP servers or the soon to release Portal MCP server.

Context Mesh is supposed to blend into the AI GW MCP server, as Context Interfaces (the name Context Mesh is supposed to disappear).

how does this look since you can't scope a plugin to an MCP server? How are we governing Context Mesh MCP servers with a Kong Gateway?

MCP servers becomes a Gateway service, so you can technically apply plugins to it (the word "policies" needs to be changed, the correct word so far is "plugin"). You can treat it like any other route or service (for now).

Comment thread app/_landing_pages/context-mesh.yaml Outdated
Comment thread app/_landing_pages/context-mesh.yaml Outdated
Comment thread app/_landing_pages/context-mesh.yaml Outdated
Comment thread app/_landing_pages/context-mesh.yaml Outdated
juliamrch and others added 2 commits September 22, 2026 10:28
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
@juliamrch
juliamrch force-pushed the feat/context-mesh-docs-no-clients branch from 1d0d3ee to 473bc3f Compare September 22, 2026 18:38
Comment thread app/_landing_pages/context-mesh.yaml Outdated
Comment thread app/_landing_pages/context-mesh.yaml Outdated

@cloudjumpercat cloudjumpercat left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, left a few changes based on your responses. I didn't test the how to fully end to end again because I'm waiting on if the API will be supported, so just let me know as soon as you know.

The biggest thing, I've added a chunk of content to the landing page based on your answers to my questions, but I want to post my comment on there here: "No idea if this will render correctly, but based on your replies to my questions, this is what I was thinking to incorporate that into this page instead of a separate reference. Please edit any text, I just threw this together as a rough draft. Also, please check with Danny about basic/advanced mode copy. I got that by feeding Claude the context mesh repo, then it found this was actually in the operator repo, so this is purely Claude's understanding from the code."

Comment on lines 80 to 82
- text: Scorecards
icon: /assets/icons/monochrome/document.svg
url: /catalog/scorecards/

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- text: Context Mesh
url: /context-mesh/
icon: /assets/images/context-mesh/context-mesh.svg

Let's put this here instead (also selfishly I'm removing Scorecards since they're part of the old Catalog now)

Comment on lines +133 to +135
- text: Context Mesh
url: /context-mesh/
icon: /assets/images/context-mesh/context-mesh.svg

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- text: Context Mesh
url: /context-mesh/
icon: /assets/images/context-mesh/context-mesh.svg

recommended moving to a different location in an earlier comment

Comment thread app/_how-tos/context-mesh/get-started-with-context-mesh.md
Comment on lines +6 to +9
- title: "{{site.context_mesh}} Overview"
url: /context-mesh/
- title: Get started with {{site.context_mesh}}
url: /context-mesh/get-started/

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- title: "{{site.context_mesh}} Overview"
url: /context-mesh/
- title: Get started with {{site.context_mesh}}
url: /context-mesh/get-started/
- path: /context-mesh/
- path: /context-mesh/get-started/

my bad, this is what should autorender the title and description


If you're adding one or many APIs to your Code Mode MCP server, you can either upload a OpenAPI Specification (OAS) v3.0 file for each API or add them directly from APIs that you already have in [Catalog](/catalog).

- header:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- header:
- columns:
- blocks:
- type: structured_text
config:
header:
text: "Deploying a {{site.context_mesh}} MCP server"
blocks:
- type: text
text: |
To deploy a {{site.context_mesh}} MCP server, you must configure the source APIs and MCP server and then create the {{site.context_mesh}} MCP server.
When you create the MCP server, you have the option to deploy it to your {{site.base_gateway}} in basic or advanced mode:
* **Basic mode**: {{site.konnect_short_name}} fully manages the deployment for you. When you create an MCP server and map it to a control plane, {{ site.operator_product_name }} automatically spins up everything needed to actually run it: the pod (Deployment), a Gateway Service to reach it, a Secret for its auth token, autoscaling (HPA), and the {{site.base_gateway}} config (Service/Route to route traffic to it, plus the standard plugins).
* **Advanced mode**: {{site.konnect_short_name}} gives you the reference (the MCP server record exists in {{site.konnect_short_name}} and is mapped to the control plane), but doesn't create any of the Kubernetes resources for you. You're expected to write and manage your own {{ site.operator_product_name }} custom resources manually. This is ideal for use cases where you need custom resource limits, a different replica count, node affinity, or other deployment tuning basic mode doesn't expose.
When you deploy a {{site.context_mesh}} MCP server on a {{site.base_gateway}} with {{ site.operator_product_name }}, {{site.base_gateway}} creates a Gateway Service entity for your MCP server.
The name of the MCP server Gateway Service will be something like `mcpserver-98dd0356`.
By deploying a Gateway Service for your MCP server, this allows you to apply plugins and other governing strategies to your {{site.context_mesh}} MCP server.
- columns:
- blocks:
- type: structured_text
config:
header:
text: "{{site.context_mesh}} limitations"
blocks:
- type: text
text: |
{{site.context_mesh}} MCP servers can only be linked to and proxied with {{site.base_gateway}} control planes that were provisioned with [{{site.operator_product_name}}](/operator/).
- header:

No idea if this will render correctly, but based on your replies to my questions, this is what I was thinking to incorporate that into this page instead of a separate reference. Please edit any text, I just threw this together as a rough draft. Also, please check with Danny about basic/advanced mode copy. I got that by feeding Claude the context mesh repo, then it found this was actually in the operator repo, so this is purely Claude's understanding from the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Context Mesh: Prepare a preview documentation set for an MVP

3 participants