feat(kno-14977): document service token auth for the MCP server - #1653
Merged
cjbell merged 1 commit intoAug 31, 2026
Merged
Conversation
Document bearer service token authentication for the remote MCP server so CI and other headless clients can connect without OAuth. Co-authored-by: Chris Bell <chris@cjbell.co>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
cjbell
marked this pull request as ready for review
August 31, 2026 19:01
There was a problem hiding this comment.
Risk MEDIUM: Documents service token authentication for the remote MCP server across three existing MDX pages.
Reasons
- Changes span two documentation sections (
content/ai/andcontent/developer-tools/). - Adds a substantial new section on the MCP server page (~35 lines of new content).
- Updates cross-links and FAQs on related pages for consistency.
- No code, layout, sidebar, or build configuration changes.
- Author
cjbellis a known team member.
Notes
- Verify the service token auth flow and
mcp.jsonexample match the implementation in knocklabs/knock-mcp#14. - Confirm cross-links resolve correctly (
/ai/mcp-server#authenticate-with-a-service-token,/developer-tools/service-tokens). - Review security guidance (treat token as secret, OAuth vs service token tradeoffs) for accuracy.
- Check that updated FAQ answers no longer contradict the new service token support.
Automated risk classification — approval withheld (MEDIUM risk; approval requires LOW).
Sent by Cursor Automation: Docs PR classifier
meryldakin
approved these changes
Aug 31, 2026
cellomatt
approved these changes
Aug 31, 2026
Contributor
Author
cjbell
deleted the
cjbell-kno-14977-mcp-support-service-token-based-authentication-for-the-mcp
branch
August 31, 2026 22:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
Documents service token authentication for the remote MCP server, matching the support added in knocklabs/knock-mcp#14.
Interactive clients still use OAuth. CI and other headless clients can pass a Management API service token (
knock_st_…) as a bearer credential. The docs cover:Tasks
Screenshots