Skip to content

docs: add admin MCP page#5587

Open
mintlify[bot] wants to merge 3 commits intomainfrom
admin-mcp/admin-mcp-docs-b9cfd78
Open

docs: add admin MCP page#5587
mintlify[bot] wants to merge 3 commits intomainfrom
admin-mcp/admin-mcp-docs-b9cfd78

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented Apr 29, 2026

Adds a new page at /ai/admin-mcp covering what the admin MCP server is, how it differs from the read-only documentation MCP, how to connect Claude / Claude Code / Cursor, the session lifecycle (checkout → edit → diff → save), the full tool catalog, example prompts, and best practices.

Sits in the Optimize section right after Model Context Protocol.

Mintlify

0 threads from 0 users in Mintlify

  • No unresolved comments

Open in Mintlify Editor


Note

Cursor Bugbot is generating a summary for commit 9114d98. Configure here.

Mintlify-Source: dashboard-editor
@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented Apr 29, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mintlify 🟢 Ready View Preview Apr 29, 2026, 1:14 AM

@mintlify-development
Copy link
Copy Markdown
Contributor

mintlify-development Bot commented Apr 29, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
userauth 🟢 Ready View Preview Apr 29, 2026, 1:15 AM

Copy link
Copy Markdown
Collaborator

@ethanpalm ethanpalm left a comment

Choose a reason for hiding this comment

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

just requesting changes to confirm the name

Comment thread ai/admin-mcp.mdx Outdated
@@ -0,0 +1,157 @@
---
title: "Admin MCP"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Are we confirmed naming this Admin MCP?

Comment thread ai/admin-mcp.mdx Outdated
@@ -0,0 +1,157 @@
---
title: "Admin MCP"
description: "Let AI tools edit your Mintlify documentation directly with the admin MCP server. Connect Claude, Cursor, or any MCP client to draft, save, and ship doc changes."
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
description: "Let AI tools edit your Mintlify documentation directly with the admin MCP server. Connect Claude, Cursor, or any MCP client to draft, save, and ship doc changes."
description: "Let AI tools directly edit your content on Mintlify with the MCP server. Connect Claude, Cursor, or any MCP client to draft, save, and ship doc changes."

TBD on the confirmed name

Comment thread ai/admin-mcp.mdx Outdated
---
title: "Admin MCP"
description: "Let AI tools edit your Mintlify documentation directly with the admin MCP server. Connect Claude, Cursor, or any MCP client to draft, save, and ship doc changes."
keywords: ["admin MCP", "write access", "AI editing", "Claude", "Cursor", "branch", "pull request"]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
keywords: ["admin MCP", "write access", "AI editing", "Claude", "Cursor", "branch", "pull request"]
keywords: ["MCP", "write access", "AI", "editing", "Claude", "Cursor", "branch", "pull request"]

Comment thread ai/admin-mcp.mdx Outdated

## About the admin MCP

The admin MCP server gives AI tools write access to your Mintlify documentation. Where the [documentation MCP server](/ai/model-context-protocol) lets AI tools read and search your published docs, the admin MCP lets them propose changes: edit pages, restructure navigation, update `docs.json`, and open pull requests.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
The admin MCP server gives AI tools write access to your Mintlify documentation. Where the [documentation MCP server](/ai/model-context-protocol) lets AI tools read and search your published docs, the admin MCP lets them propose changes: edit pages, restructure navigation, update `docs.json`, and open pull requests.
The admin MCP server gives AI tools write access to your Mintlify content. Where the [documentation MCP server](/ai/model-context-protocol) lets AI tools read and search your published content, the admin MCP lets them propose changes: edit pages, restructure navigation, update `docs.json`, and open pull requests.

Starting to replace documentation with content as part of expanding to cover more use cases.

Comment thread ai/admin-mcp.mdx Outdated

The admin MCP server gives AI tools write access to your Mintlify documentation. Where the [documentation MCP server](/ai/model-context-protocol) lets AI tools read and search your published docs, the admin MCP lets them propose changes: edit pages, restructure navigation, update `docs.json`, and open pull requests.

Connect any MCP client like Claude, Claude Code, or Cursor to the admin MCP and your assistant can collaborate with you on docs the same way it collaborates on code — except every change runs through a Mintlify branch and lands in your repository as a pull request.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Connect any MCP client like Claude, Claude Code, or Cursor to the admin MCP and your assistant can collaborate with you on docs the same way it collaborates on code — except every change runs through a Mintlify branch and lands in your repository as a pull request.
Connect any MCP client like Claude, Claude Code, or Cursor to the admin MCP to collaborate on your Mintlify content with the same tools you use to write code. When you use the MCP server, all changes happen on a branch and require a pull request to merge.

Comment thread ai/mintlify-mcp.mdx Outdated
</Accordion>

<Accordion title="Use slugs for branch names">
Pass a `slug` to `checkout` (e.g. `add-quickstart`) so the auto-generated branch is human-readable. Without it, the branch name is derived from the session token and is hard to recognize in your repo.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Pass a `slug` to `checkout` (e.g. `add-quickstart`) so the auto-generated branch is human-readable. Without it, the branch name is derived from the session token and is hard to recognize in your repo.
Pass a `slug` to `checkout` (for example, `add-quickstart`) so the auto-generated branch is human-readable. Without it, the branch name derives from the session token and is hard to recognize in your repository.

Comment thread ai/mintlify-mcp.mdx Outdated
</Accordion>

<Accordion title="Keep sessions focused">
One session, one logical change. Smaller sessions produce smaller, easier-to-review pull requests. Use `discard_session` and `checkout` again to pivot to unrelated work.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
One session, one logical change. Smaller sessions produce smaller, easier-to-review pull requests. Use `discard_session` and `checkout` again to pivot to unrelated work.
Keep each session focused to one change. Smaller sessions produce easier to review pull requests and preserve agents' context windows. Use `discard_session` and `checkout` again to pivot to unrelated work.

Comment thread ai/admin-mcp.mdx Outdated
</AccordionGroup>

<Warning>
Sessions hold an in-memory branch on the Mintlify side. If a session is abandoned without a `save` or `discard_session`, the branch persists until your next checkout overwrites it. Avoid leaving stale `admin-mcp/*` branches in your repository — clean them up periodically.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Sessions hold an in-memory branch on the Mintlify side. If a session is abandoned without a `save` or `discard_session`, the branch persists until your next checkout overwrites it. Avoid leaving stale `admin-mcp/*` branches in your repository — clean them up periodically.
Sessions hold an in-memory branch on the Mintlify side. If you abandon a session without saving or discarding it, the branch persists until your next checkout overwrites it. Avoid leaving stale `admin-mcp/*` branches in your repository. Clean them up periodically.

Comment thread ai/mintlify-mcp.mdx Outdated
</Accordion>
</AccordionGroup>

<Warning>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<Warning>
<Note>

Changing to a note since this isn't really destructive, just clutter

Comment thread ai/admin-mcp.mdx Outdated

<Warning>
Sessions hold an in-memory branch on the Mintlify side. If a session is abandoned without a `save` or `discard_session`, the branch persists until your next checkout overwrites it. Avoid leaving stale `admin-mcp/*` branches in your repository — clean them up periodically.
</Warning> No newline at end of file
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
</Warning>
</Note>

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 2ef0590. Configure here.

Comment thread docs.json
"agent/use-cases"
]
},
"ai/mintlify-mcp",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Page placed in wrong navigation section

High Severity

The ai/mintlify-mcp entry is added inside the "Create content" group (between the Agent subgroup and the Components subgroup), but the PR description states it belongs in the "Optimize" section right after ai/model-context-protocol. The page will render in the wrong place in the site navigation, making it hard for users to discover.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2ef0590. Configure here.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants