Skip to content

fix(excalidraw): send a static header so hosts treat the server as anonymous - #400

Merged
minupalaniappan merged 1 commit into
mainfrom
minu/excalidraw-anonymous-header
Sep 20, 2026
Merged

minupalaniappan merged 1 commit into
mainfrom
minu/excalidraw-anonymous-header

Conversation

@minupalaniappan

@minupalaniappan minupalaniappan commented Sep 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

Cursor cloud agents reported the Excalidraw plugin as needing authentication and never connected, even though https://mcp.excalidraw.com/mcp requires no credentials (anonymous initialize returns 200 and the server publishes no OAuth metadata, so there is no authorization flow to complete). The host skips the dial for marketplace plugin servers that ship only a URL when the user holds no OAuth token, and treats any server carrying custom headers as one that does not rely on OAuth.

This adds a static, server-ignored X-Cursor-Plugin: excalidraw header so the plugin is dialed directly and its tools list normally. Version bumped to 1.0.1 with a changelog entry.

Verification

  • node scripts/validate-plugins.mjs: All plugins validated successfully.
  • POST /mcp initialize with the header returns 200.

Note

Low Risk
Plugin metadata and MCP client config only; no changes to auth, credentials, or server-side behavior beyond an ignored request header.

Overview
Fixes Excalidraw MCP connections for Cursor cloud agents by configuring a static X-Cursor-Plugin: excalidraw header on the HTTP MCP server in mcp.json. The host was skipping dial for URL-only marketplace servers when no OAuth token was present; custom headers signal a non-OAuth (anonymous) server so the client connects and lists tools even though https://mcp.excalidraw.com/mcp needs no credentials.

Plugin version is bumped to 1.0.1 with a matching CHANGELOG entry.

Reviewed by Cursor Bugbot for commit ab0de64. Bugbot is set up for automated code reviews on this repo. Configure here.

@minupalaniappan
minupalaniappan merged commit 6ed0f7a into main Sep 20, 2026
2 checks passed
github-actions Bot added a commit to SmailG/claude-cursor-plugins that referenced this pull request Sep 20, 2026
…cursor/minu/excalidraw-anonymous-header

chore: sync with cursor/plugins — Merge pull request cursor#400 from cursor/minu/excalidraw-anonymous-header
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.

1 participant