Add Mida plugin - #273
Open
donaldng wants to merge 5 commits into
Open
Conversation
Mida is an A/B testing and personalization platform. Vendors the hosted Mida MCP server (mcp.mida.so, OAuth) with two skills covering project selection, result interpretation, and the experiment workflow. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Tagline and logo-consistent wording in the README, backlinks to mida.so, app.mida.so and the API docs, and a link to the plugin source repo. Removed em-dashes throughout, per Mida copy style. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
mida.so/mcp now carries the server URL, per-client setup, and the OAuth flow, so it is a better landing spot than the marketing homepage. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
"mida" collides with several unrelated projects across these catalogs (geekmidas, midasflow, vornicx-midas, codespar-midaz). mida-abtesting is unambiguous and says what the plugin does. Display name stays "Mida". Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Matches the GitHub org and repo prefix. Display name stays "Mida". Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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 this adds
Mida — an A/B testing and personalization platform. A JavaScript tag on the customer's site assigns visitors to variants and reports conversions; this plugin connects Cursor to that account so the whole loop — build a test, launch it, read the result, conclude it, serve the winner — happens without leaving the code the test is changing.
Vendored at
third_party/mida/, following theintercom/similarweblayout.https://mcp.mida.so/mcp(hosted,type: http, OAuth)midamida-experimentsThe skills exist because a few Mida behaviours are easy to get wrong from the tool schemas alone — an experiment's display number is not its API id, a concluded test stops serving even while its status still reads active, and setting a test's status clears a conclusion written before it. Each is documented with the correct sequence.
Checks
node scripts/validate-plugins.mjs→All plugins validated successfully.(Node 20,ajv+ajv-formats, same as CI).cursor-plugin/marketplace.json; row added to the README table.category: integrations, authorMida, MIT licensed.Network and credentials
https://mcp.mida.so/mcpis the only host this plugin contacts; it reaches Mida's API server-side. Auth is OAuth to the user's own Mida account, handled by the MCP client — no API keys, no environment variables, no local credential files. The server advertises spec-compliant discovery (WWW-Authenticate→/.well-known/oauth-protected-resource/mcp), dynamic client registration, and PKCE S256.No local execution: no hooks, commands, or scripts — one remote MCP server plus Markdown skills.
Ownership
I'm the founder of Mida and maintain the MCP server. The same plugin content is published under our org at mida-so/mida-grok-plugin — happy to relicense, rename, or restructure if you'd prefer a different shape here.
🤖 Generated with Claude Code
Note
Low Risk
Additive marketplace entry and vendored plugin content only; auth and API calls go through the remote MCP server like other third-party integrations.
Overview
Adds the Mida third-party plugin at
third_party/mida-so/and registersmida-soin.cursor-plugin/marketplace.jsonand the root README plugin table.The plugin wires Cursor to Mida’s hosted HTTP MCP server (
https://mcp.mida.so/mcp, OAuth) and ships two agent skills—mida(project scoping, reading results, conclude/serve ordering) andmida-experiments(hypothesis → launch → call workflow). Also includes manifest,mcp.json, docs, MIT license, and logo; no local hooks or scripts.Reviewed by Cursor Bugbot for commit 77012a8. Bugbot is set up for automated code reviews on this repo. Configure here.