Skip to main content
Glama

draft-mcp-server

Review AI-generated drafts before they go anywhere.

When your AI assistant writes a PR description, ticket, or message, this MCP server opens a review window first. You see a live preview, make edits if needed, and approve or reject.

Review UI Demo

Setup

Claude Code:

claude mcp add draft-mcp-server -- npx draft-mcp-server

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "draft-mcp-server": {
      "command": "npx",
      "args": ["draft-mcp-server"]
    }
  }
}

Related MCP server: GitLab MCP Server

Usage

Ask your assistant to draft something:

"Draft a PR description for the auth changes"
"Write a Linear ticket for the login bug"
"Draft a Slack message about the release"

The review window opens. Edit the text on the left, see the preview on the right. Click Approve or press ⌘ Enter.

Keyboard shortcuts

  • ⌘ Enter / Ctrl Enter — Approve

  • Esc — Reject

  • ⌘ C / Ctrl C — Copy to clipboard

License

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sgasser/draft-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server