mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
08631ab2ef
Replace "Connect to [tool]" openers, em-dash asides, and MCP server boilerplate with brief verb-first copy in plugin and marketplace manifests. Resync the README table that mirrors them, adding rows that had drifted out (teaching, ralph-loop, playwright, github, zoom, clay). Also refresh the stale read-only X marketplace copy and clean em-dashes from the Salesforce server URL help text. Co-authored-by: Cursor <cursoragent@cursor.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "github",
|
|
"displayName": "GitHub",
|
|
"version": "1.0.0",
|
|
"minClientVersions": {
|
|
"cursor": "3.13.0"
|
|
},
|
|
"description": "Manage repos, issues, pull requests, and Actions.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://docs.github.com/en/copilot/how-tos/context/use-mcp/use-the-github-mcp-server",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/logo.svg",
|
|
"keywords": [
|
|
"github",
|
|
"git",
|
|
"repositories",
|
|
"pull-requests",
|
|
"issues",
|
|
"actions",
|
|
"mcp"
|
|
],
|
|
"category": "integrations",
|
|
"tags": [
|
|
"github",
|
|
"git",
|
|
"mcp",
|
|
"repositories"
|
|
],
|
|
"variables": {
|
|
"type": "object",
|
|
"properties": {
|
|
"GITHUB_PERSONAL_ACCESS_TOKEN": {
|
|
"type": "string",
|
|
"title": "GitHub personal access token",
|
|
"description": "Fine-grained or classic PAT from https://github.com/settings/tokens with the repo scopes you want the agent to use."
|
|
}
|
|
},
|
|
"required": ["GITHUB_PERSONAL_ACCESS_TOKEN"]
|
|
},
|
|
"mcpServers": "./mcp.json"
|
|
}
|