-
Notifications
You must be signed in to change notification settings - Fork 48
feat: new section - Kinde MCP server documentation #635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughAdds a new top-level "MCP Server" sidebar section and three documentation pages: an overview, an operations-and-scopes reference, and a setup guide with configuration examples, troubleshooting, and security guidance. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Dev as Developer/Admin
participant AI as AI Assistant (Cursor/Claude/VS Code)
participant MCP as Kinde MCP Server
participant KMAPI as Kinde Management API
rect rgb(230,245,255)
Note over Dev,AI: User composes natural-language request
end
Dev->>AI: Prompt (e.g., "Invite user, assign role")
AI->>MCP: Structured operation request + env API key / token
alt Auth & scopes valid
MCP->>KMAPI: Translated Management API call (service credentials)
KMAPI-->>MCP: Success / data
MCP-->>AI: Formatted result (natural-language + data)
AI-->>Dev: Confirmation / details
else Missing/insufficient scopes or auth
MCP-->>AI: Error (insufficient scopes / auth)
AI-->>Dev: Error message and troubleshooting tips
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Repository UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-12-27T18:42:29.479ZApplied to files:
🪛 LanguageToolsrc/content/docs/mcp-server/about-mcp-server/index.mdx[grammar] ~66-~66: Ensure spelling is correct (QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1) 🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying kinde-docs-preview with
|
| Latest commit: |
1ad1861
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7db2a439.kinde-docs-preview.pages.dev |
| Branch Preview URL: | https://david-update-mcp.kinde-docs-preview.pages.dev |
|
Tamal's new updates: Organized the doc structure: to keep consistency across other sections.
Changed the section order to go after the APIs section, and to be more prominent, since MCP will be a huge and important feature moving forward. |
tamalchowdhury
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are working on this.
|
@onderay and @davidkinde --please have a look at this draft: Summary: If you like it, it's ready to ship. |
|
All updates LGTM, happy for this to be approved (I can't as I raised the PR) |
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
The mcp.json shouldn't be committed to version control, it's config settings for the client. |
Updated the image caption to clarify the AI assistant's response regarding user organizations in Kinde.
tamalchowdhury
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
alex72508
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving and merging
Description
MCP server about and set up guide.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.