feat: package repo as an Agent Plugin for the Cursor Directory - #1
Merged
Conversation
Package the repo as an Agent Plugin v1 (plugin.json + mcp.json declaring the remote streamable-http server at mcp.glideapps.dev/mcp), the format cursor.directory/plugins/new expects. Both manifests validate against the official 1.0.0 schemas. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Hf8GUzDyTQvXt6o7suqa4u
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.
What
Packages this repo as an Agent Plugin v1 — the format cursor.directory/plugins/new expects (Cursor's archived
cursor/mcp-serverslist now redirects there):plugin.json— Agent Plugin manifest: nameglide, version1.0.1(matching the Gemini extension), description consistent with the MCP Registry listing (dev.glideapps/mcp), author/homepage/repository/license/keywords.mcp.json— declares the remote server:streamable-httpathttps://mcp.glideapps.dev/mcp, no headers. The Agent Plugins spec defines no OAuth fields — authorization is client-managed, which is exactly the RFC 9728 challenge → OAuth 2.1 + PKCE + DCR discovery the worker already serves.README.md— one line noting the Agent Plugin packaging; the Support bullet now covers the manifests.Validation
Both manifests validate with ajv against the official
agent-plugins.org1.0.0 schemas (closed schemas, name-pattern andoneOftransport rules included). The README's existing Cursor deeplink config base64-decodes to the same{"url":"https://mcp.glideapps.dev/mcp"}the plugin declares.After merge
https://github.com/glideapps/mcpat cursor.directory/plugins/new (browser + login; Cursor team reviews before listing).🤖 Generated with Claude Code
https://claude.ai/code/session_01Hf8GUzDyTQvXt6o7suqa4u
Generated by Claude Code