mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
Drop connectors Grok never released publicly (Axiom, Bigdata.com, Cal.com, DeepWiki, Google Cloud SQL)
Per the live grok-backend-connector-catalog-controls GrowthBook config these five are internal-only on grok.com, so they are not part of the Grok->Cursor parity set.
This commit is contained in:
@@ -348,31 +348,11 @@
|
||||
"source": "third_party/hunter",
|
||||
"description": "Find and verify emails, discover companies, and save leads."
|
||||
},
|
||||
{
|
||||
"name": "axiom",
|
||||
"source": "third_party/axiom",
|
||||
"description": "Query logs, traces, and metrics with APL and manage monitors."
|
||||
},
|
||||
{
|
||||
"name": "bigdata",
|
||||
"source": "third_party/bigdata",
|
||||
"description": "Search financial news, filings, transcripts, and company data."
|
||||
},
|
||||
{
|
||||
"name": "cal",
|
||||
"source": "third_party/cal",
|
||||
"description": "Manage bookings, event types, schedules, and availability."
|
||||
},
|
||||
{
|
||||
"name": "coinbase",
|
||||
"source": "third_party/coinbase",
|
||||
"description": "Check balances, get quotes, and preview or place trades."
|
||||
},
|
||||
{
|
||||
"name": "deepwiki",
|
||||
"source": "third_party/deepwiki",
|
||||
"description": "Read AI-generated docs and ask questions about any public repo."
|
||||
},
|
||||
{
|
||||
"name": "gamma",
|
||||
"source": "third_party/gamma",
|
||||
@@ -383,11 +363,6 @@
|
||||
"source": "third_party/google-cloud-bigquery",
|
||||
"description": "Explore datasets and tables and run SQL queries."
|
||||
},
|
||||
{
|
||||
"name": "google-cloud-sql",
|
||||
"source": "third_party/google-cloud-sql",
|
||||
"description": "Manage Cloud SQL instances, users, and backups, and run SQL."
|
||||
},
|
||||
{
|
||||
"name": "interactive-brokers",
|
||||
"source": "third_party/interactive-brokers",
|
||||
|
||||
@@ -71,14 +71,9 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
|
||||
| `x-ads` | [X Ads](third_party/x-ads/) | Cursor | Integrations | Manage ad campaigns, create ads, track conversions, and pull performance stats. |
|
||||
| `attio` | [Attio](third_party/attio/) | Cursor | Integrations | Search and update CRM records, lists, notes, and tasks. |
|
||||
| `hunter` | [Hunter](third_party/hunter/) | Cursor | Integrations | Find and verify emails, discover companies, and save leads. |
|
||||
| `axiom` | [Axiom](third_party/axiom/) | Cursor | Integrations | Query logs, traces, and metrics with APL and manage monitors. |
|
||||
| `bigdata` | [Bigdata.com](third_party/bigdata/) | Cursor | Integrations | Search financial news, filings, transcripts, and company data. |
|
||||
| `cal` | [Cal.com](third_party/cal/) | Cursor | Integrations | Manage bookings, event types, schedules, and availability. |
|
||||
| `coinbase` | [Coinbase](third_party/coinbase/) | Cursor | Integrations | Check balances, get quotes, and preview or place trades. |
|
||||
| `deepwiki` | [DeepWiki](third_party/deepwiki/) | Cursor | Integrations | Read AI-generated docs and ask questions about any public repo. |
|
||||
| `gamma` | [Gamma](third_party/gamma/) | Cursor | Integrations | Generate presentations, documents, and webpages. |
|
||||
| `google-cloud-bigquery` | [Google Cloud BigQuery](third_party/google-cloud-bigquery/) | Cursor | Integrations | Explore datasets and tables and run SQL queries. |
|
||||
| `google-cloud-sql` | [Google Cloud SQL](third_party/google-cloud-sql/) | Cursor | Integrations | Manage Cloud SQL instances, users, and backups, and run SQL. |
|
||||
| `interactive-brokers` | [Interactive Brokers](third_party/interactive-brokers/) | Cursor | Integrations | Review positions, balances, P&L, and draft trade instructions. |
|
||||
| `meltwater` | [Meltwater](third_party/meltwater/) | Cursor | Integrations | Search media and social mentions and pull analytics. |
|
||||
| `sp-global` | [S&P Global](third_party/sp-global/) | Cursor | Integrations | Query S&P Capital IQ financials, prices, and transcripts. |
|
||||
|
||||
-36
@@ -1,36 +0,0 @@
|
||||
{
|
||||
"name": "axiom",
|
||||
"displayName": "Axiom",
|
||||
"version": "1.0.0",
|
||||
"minClientVersions": {
|
||||
"cursor": "3.13.0"
|
||||
},
|
||||
"description": "Query logs, traces, and metrics with APL and manage monitors.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
},
|
||||
"homepage": "https://axiom.co/docs/console/intelligence/mcp-server",
|
||||
"repository": "https://github.com/cursor/plugins",
|
||||
"license": "MIT",
|
||||
"logo": "assets/logo.png",
|
||||
"keywords": [
|
||||
"axiom",
|
||||
"logs",
|
||||
"traces",
|
||||
"metrics",
|
||||
"observability",
|
||||
"apl",
|
||||
"monitors",
|
||||
"dashboards",
|
||||
"mcp"
|
||||
],
|
||||
"category": "integrations",
|
||||
"tags": [
|
||||
"axiom",
|
||||
"observability",
|
||||
"logs",
|
||||
"mcp"
|
||||
],
|
||||
"mcpServers": "./mcp.json"
|
||||
}
|
||||
Vendored
-9
@@ -1,9 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this plugin will be documented here.
|
||||
|
||||
## 1.0.0 — initial release
|
||||
|
||||
- Added the `axiom` MCP server pointing at Axiom's hosted Streamable HTTP endpoint (`https://mcp.axiom.co/mcp`).
|
||||
- Auth uses OAuth with Axiom user login — no API key or client ID to configure.
|
||||
- Logo: Axiom's official mark, from the `axiomhq` GitHub organization.
|
||||
Vendored
-21
@@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026 Cursor
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
Vendored
-59
@@ -1,59 +0,0 @@
|
||||
# Axiom
|
||||
|
||||
Cursor plugin that connects agents to [Axiom](https://axiom.co/docs/console/intelligence/mcp-server) through Axiom's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server.
|
||||
|
||||
Query logs, traces, and metrics with APL and manage monitors.
|
||||
|
||||
## Install
|
||||
|
||||
1. Open **Cursor Settings → Plugins**.
|
||||
2. Search for **Axiom**.
|
||||
3. Click **Install**, then complete the Axiom sign-in prompt.
|
||||
|
||||
Or run `/add-plugin axiom` in chat.
|
||||
|
||||
## MCP
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"axiom": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.axiom.co/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Auth is OAuth. Cursor prompts for Axiom sign-in when the plugin connects — there is no client ID or personal access token to configure.
|
||||
|
||||
## Before you connect
|
||||
|
||||
You need an Axiom account. The hosted server works on all plans and runs queries through Axiom's US infrastructure.
|
||||
|
||||
## What agents can do
|
||||
|
||||
| Category | Capabilities |
|
||||
| --- | --- |
|
||||
| Datasets | List datasets, inspect schemas, and run APL queries |
|
||||
| Metrics | List metrics and tags and run MPL queries |
|
||||
| Monitors | Check monitor status and alert history; create, update, and delete monitors and notifiers |
|
||||
| Dashboards | List, export, create, update, and delete dashboards |
|
||||
|
||||
The hosted runtime is the source of truth for tool names and schemas.
|
||||
|
||||
## Notes
|
||||
|
||||
- Tool calls run as the Axiom user who authorizes the connection. Revoke access from **Settings → Profile** in the Axiom console.
|
||||
- Axiom's older local (stdio) servers on GitHub are deprecated; Axiom directs all clients to the hosted server above.
|
||||
|
||||
## Docs
|
||||
|
||||
- Axiom MCP server: https://axiom.co/docs/console/intelligence/mcp-server
|
||||
- Server URL: https://mcp.axiom.co/mcp
|
||||
|
||||
Logo is Axiom's official mark, from the `axiomhq` GitHub organization.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Vendored
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 KiB |
Vendored
-8
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"axiom": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.axiom.co/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
-48
@@ -1,48 +0,0 @@
|
||||
{
|
||||
"name": "bigdata",
|
||||
"displayName": "Bigdata.com",
|
||||
"version": "1.0.0",
|
||||
"minClientVersions": {
|
||||
"cursor": "3.13.0"
|
||||
},
|
||||
"description": "Search financial news, filings, transcripts, and company data.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
},
|
||||
"homepage": "https://docs.bigdata.com/mcp-reference/introduction",
|
||||
"repository": "https://github.com/cursor/plugins",
|
||||
"license": "MIT",
|
||||
"logo": "assets/logo.png",
|
||||
"keywords": [
|
||||
"bigdata",
|
||||
"financial research",
|
||||
"news",
|
||||
"filings",
|
||||
"earnings transcripts",
|
||||
"tearsheets",
|
||||
"sentiment",
|
||||
"mcp"
|
||||
],
|
||||
"category": "integrations",
|
||||
"tags": [
|
||||
"bigdata",
|
||||
"finance",
|
||||
"research",
|
||||
"mcp"
|
||||
],
|
||||
"variables": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"BIGDATA_API_KEY": {
|
||||
"type": "string",
|
||||
"title": "Bigdata.com API key",
|
||||
"description": "API key from the Bigdata Developer Platform (https://developers.bigdata.com)."
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"BIGDATA_API_KEY"
|
||||
]
|
||||
},
|
||||
"mcpServers": "./mcp.json"
|
||||
}
|
||||
Vendored
-9
@@ -1,9 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this plugin will be documented here.
|
||||
|
||||
## 1.0.0 — initial release
|
||||
|
||||
- Added the `bigdata` MCP server pointing at Bigdata.com's hosted Streamable HTTP endpoint (`https://mcp.bigdata.com/`).
|
||||
- Auth uses a Bigdata.com API key passed as the `x-api-key` header via the `BIGDATA_API_KEY` variable.
|
||||
- Logo: Bigdata.com's official mark, from the icon Bigdata.com publishes for its connector, on a 192×192 tile.
|
||||
Vendored
-21
@@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026 Cursor
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
Vendored
-64
@@ -1,64 +0,0 @@
|
||||
# Bigdata.com
|
||||
|
||||
Cursor plugin that connects agents to [Bigdata.com](https://docs.bigdata.com/mcp-reference/introduction) through Bigdata.com's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server.
|
||||
|
||||
Search financial news, filings, transcripts, and company data.
|
||||
|
||||
## Install
|
||||
|
||||
1. Open **Cursor Settings → Plugins**.
|
||||
2. Search for **Bigdata.com**.
|
||||
3. Click **Install**, then enter your Bigdata.com API key.
|
||||
|
||||
Or run `/add-plugin bigdata` in chat.
|
||||
|
||||
## MCP
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"bigdata": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.bigdata.com/",
|
||||
"headers": {
|
||||
"x-api-key": "${BIGDATA_API_KEY}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Auth is an API key sent as the `x-api-key` header. Cursor asks for `BIGDATA_API_KEY` when you install the plugin and never stores it in the repository.
|
||||
|
||||
## Before you connect
|
||||
|
||||
You need a Bigdata.com account and an API key from the Bigdata Developer Platform. Search and tearsheet calls draw on the quota attached to that key.
|
||||
|
||||
## What agents can do
|
||||
|
||||
| Category | Capabilities |
|
||||
| --- | --- |
|
||||
| Search | Semantic and lexical search across news, filings, transcripts, and research |
|
||||
| Securities | Find companies, ETFs, and funds by name, ticker, or identifier |
|
||||
| Tearsheets | Company, country, market, ETF, sentiment, and portfolio snapshots |
|
||||
| Calendar | Earnings and conference call schedule |
|
||||
| Private content | List, fetch, and upload your own documents |
|
||||
|
||||
The hosted runtime is the source of truth for tool names and schemas.
|
||||
|
||||
## Notes
|
||||
|
||||
- Bigdata.com documents OAuth only for its own first-party connectors; custom clients authenticate with `x-api-key`, so this plugin uses an API key variable.
|
||||
- A separate docs server at `https://docs.bigdata.com/mcp` is for code assistants building integrations and is not what this plugin connects to.
|
||||
|
||||
## Docs
|
||||
|
||||
- MCP reference: https://docs.bigdata.com/mcp-reference/introduction
|
||||
- Developer platform: https://developers.bigdata.com
|
||||
- Server URL: https://mcp.bigdata.com/
|
||||
|
||||
Logo is Bigdata.com's official mark.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Vendored
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 9.8 KiB |
Vendored
-11
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"bigdata": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.bigdata.com/",
|
||||
"headers": {
|
||||
"x-api-key": "${BIGDATA_API_KEY}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
-35
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"name": "cal",
|
||||
"displayName": "Cal.com",
|
||||
"version": "1.0.0",
|
||||
"minClientVersions": {
|
||||
"cursor": "3.13.0"
|
||||
},
|
||||
"description": "Manage bookings, event types, schedules, and availability.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
},
|
||||
"homepage": "https://cal.com/docs/mcp-server",
|
||||
"repository": "https://github.com/cursor/plugins",
|
||||
"license": "MIT",
|
||||
"logo": "assets/logo.png",
|
||||
"keywords": [
|
||||
"cal",
|
||||
"scheduling",
|
||||
"calendar",
|
||||
"bookings",
|
||||
"meetings",
|
||||
"availability",
|
||||
"event types",
|
||||
"mcp"
|
||||
],
|
||||
"category": "integrations",
|
||||
"tags": [
|
||||
"cal",
|
||||
"scheduling",
|
||||
"calendar",
|
||||
"mcp"
|
||||
],
|
||||
"mcpServers": "./mcp.json"
|
||||
}
|
||||
Vendored
-9
@@ -1,9 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this plugin will be documented here.
|
||||
|
||||
## 1.0.0 — initial release
|
||||
|
||||
- Added the `cal` MCP server pointing at Cal.com's hosted Streamable HTTP endpoint (`https://mcp.cal.com/mcp`).
|
||||
- Auth uses OAuth with Cal.com user login — no API key or client ID to configure.
|
||||
- Logo: Cal.com's official mark, from the `calcom` GitHub organization.
|
||||
Vendored
-21
@@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026 Cursor
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
Vendored
-60
@@ -1,60 +0,0 @@
|
||||
# Cal.com
|
||||
|
||||
Cursor plugin that connects agents to [Cal.com](https://cal.com/docs/mcp-server) through Cal.com's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server.
|
||||
|
||||
Manage bookings, event types, schedules, and availability.
|
||||
|
||||
## Install
|
||||
|
||||
1. Open **Cursor Settings → Plugins**.
|
||||
2. Search for **Cal.com**.
|
||||
3. Click **Install**, then complete the Cal.com sign-in prompt.
|
||||
|
||||
Or run `/add-plugin cal` in chat.
|
||||
|
||||
## MCP
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"cal": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.cal.com/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Auth is OAuth. Cursor prompts for Cal.com sign-in when the plugin connects — there is no client ID or personal access token to configure.
|
||||
|
||||
## Before you connect
|
||||
|
||||
You need a Cal.com account. The hosted server wraps the Cal.com API v2 with 34 curated tools.
|
||||
|
||||
## What agents can do
|
||||
|
||||
| Category | Capabilities |
|
||||
| --- | --- |
|
||||
| Bookings | List, create, reschedule, cancel, and confirm bookings; manage attendees |
|
||||
| Event types | List, create, update, and delete event types |
|
||||
| Schedules | Manage schedules and the default schedule |
|
||||
| Availability | Available slots and busy times |
|
||||
| Organizations | Memberships and routing forms |
|
||||
|
||||
The hosted runtime is the source of truth for tool names and schemas.
|
||||
|
||||
## Notes
|
||||
|
||||
- Tool calls run as the Cal.com user who authorizes the connection.
|
||||
- Cal.com also ships `@calcom/cal-mcp` for local stdio use with an API key; this plugin uses the hosted server only.
|
||||
|
||||
## Docs
|
||||
|
||||
- Cal.com MCP server: https://cal.com/docs/mcp-server
|
||||
- Server URL: https://mcp.cal.com/mcp
|
||||
|
||||
Logo is Cal.com's official mark, from the `calcom` GitHub organization.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Vendored
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB |
Vendored
-8
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"cal": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.cal.com/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
-34
@@ -1,34 +0,0 @@
|
||||
{
|
||||
"name": "deepwiki",
|
||||
"displayName": "DeepWiki",
|
||||
"version": "1.0.0",
|
||||
"minClientVersions": {
|
||||
"cursor": "3.13.0"
|
||||
},
|
||||
"description": "Read AI-generated docs and ask questions about any public repo.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
},
|
||||
"homepage": "https://docs.devin.ai/work-with-devin/deepwiki-mcp",
|
||||
"repository": "https://github.com/cursor/plugins",
|
||||
"license": "MIT",
|
||||
"logo": "assets/logo.png",
|
||||
"keywords": [
|
||||
"deepwiki",
|
||||
"documentation",
|
||||
"repositories",
|
||||
"code understanding",
|
||||
"devin",
|
||||
"cognition",
|
||||
"mcp"
|
||||
],
|
||||
"category": "integrations",
|
||||
"tags": [
|
||||
"deepwiki",
|
||||
"docs",
|
||||
"github",
|
||||
"mcp"
|
||||
],
|
||||
"mcpServers": "./mcp.json"
|
||||
}
|
||||
Vendored
-9
@@ -1,9 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this plugin will be documented here.
|
||||
|
||||
## 1.0.0 — initial release
|
||||
|
||||
- Added the `deepwiki` MCP server pointing at DeepWiki's hosted Streamable HTTP endpoint (`https://mcp.deepwiki.com/mcp`).
|
||||
- No auth — the public server needs no credentials.
|
||||
- Logo: DeepWiki's official mark, from the icon DeepWiki publishes for its connector, on a 192×192 tile.
|
||||
Vendored
-21
@@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026 Cursor
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
Vendored
-58
@@ -1,58 +0,0 @@
|
||||
# DeepWiki
|
||||
|
||||
Cursor plugin that connects agents to [DeepWiki](https://docs.devin.ai/work-with-devin/deepwiki-mcp) through DeepWiki's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server.
|
||||
|
||||
Read AI-generated docs and ask questions about any public repo.
|
||||
|
||||
## Install
|
||||
|
||||
1. Open **Cursor Settings → Plugins**.
|
||||
2. Search for **DeepWiki**.
|
||||
3. Click **Install**.
|
||||
|
||||
Or run `/add-plugin deepwiki` in chat.
|
||||
|
||||
## MCP
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"deepwiki": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.deepwiki.com/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
No authentication is required; the server covers public repositories only.
|
||||
|
||||
## Before you connect
|
||||
|
||||
No account is needed. The server covers public GitHub repositories already indexed on deepwiki.com.
|
||||
|
||||
## What agents can do
|
||||
|
||||
| Category | Capabilities |
|
||||
| --- | --- |
|
||||
| Structure | List the documentation topics for a repository |
|
||||
| Contents | Read the generated wiki pages |
|
||||
| Questions | Ask a grounded question about one or more repositories |
|
||||
|
||||
The hosted runtime is the source of truth for tool names and schemas.
|
||||
|
||||
## Notes
|
||||
|
||||
- The public server needs no authentication. Private repositories use a different authenticated endpoint (`https://mcp.devin.ai/mcp`) that this plugin does not configure.
|
||||
- Repositories must already be indexed on deepwiki.com.
|
||||
|
||||
## Docs
|
||||
|
||||
- DeepWiki MCP: https://docs.devin.ai/work-with-devin/deepwiki-mcp
|
||||
- Server URL: https://mcp.deepwiki.com/mcp
|
||||
|
||||
Logo is DeepWiki's official mark.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Vendored
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB |
Vendored
-8
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"deepwiki": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.deepwiki.com/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"name": "google-cloud-sql",
|
||||
"displayName": "Google Cloud SQL",
|
||||
"version": "1.0.0",
|
||||
"minClientVersions": {
|
||||
"cursor": "3.13.0"
|
||||
},
|
||||
"description": "Manage Cloud SQL instances, users, and backups, and run SQL.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
},
|
||||
"homepage": "https://docs.cloud.google.com/sql/docs/mysql/use-cloudsql-mcp",
|
||||
"repository": "https://github.com/cursor/plugins",
|
||||
"license": "MIT",
|
||||
"logo": "assets/logo.png",
|
||||
"keywords": [
|
||||
"google cloud sql",
|
||||
"google cloud",
|
||||
"cloud sql",
|
||||
"postgres",
|
||||
"mysql",
|
||||
"sql server",
|
||||
"databases",
|
||||
"mcp"
|
||||
],
|
||||
"category": "integrations",
|
||||
"tags": [
|
||||
"cloud sql",
|
||||
"google cloud",
|
||||
"databases",
|
||||
"mcp"
|
||||
],
|
||||
"mcpServers": "./mcp.json"
|
||||
}
|
||||
-9
@@ -1,9 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this plugin will be documented here.
|
||||
|
||||
## 1.0.0 — initial release
|
||||
|
||||
- Added the `google-cloud-sql` MCP server pointing at Google Cloud SQL's hosted Streamable HTTP endpoint (`https://sqladmin.googleapis.com/mcp`).
|
||||
- Auth uses OAuth with Google Cloud SQL user login — no API key or client ID to configure.
|
||||
- Logo: Google Cloud SQL's official mark, from the icon Google Cloud SQL publishes for its connector, on a 192×192 tile.
|
||||
Vendored
-21
@@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026 Cursor
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
-60
@@ -1,60 +0,0 @@
|
||||
# Google Cloud SQL
|
||||
|
||||
Cursor plugin that connects agents to [Google Cloud SQL](https://docs.cloud.google.com/sql/docs/mysql/use-cloudsql-mcp) through Google Cloud SQL's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server.
|
||||
|
||||
Manage Cloud SQL instances, users, and backups, and run SQL.
|
||||
|
||||
## Install
|
||||
|
||||
1. Open **Cursor Settings → Plugins**.
|
||||
2. Search for **Google Cloud SQL**.
|
||||
3. Click **Install**, then complete the Google Cloud SQL sign-in prompt.
|
||||
|
||||
Or run `/add-plugin google-cloud-sql` in chat.
|
||||
|
||||
## MCP
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"google-cloud-sql": {
|
||||
"type": "http",
|
||||
"url": "https://sqladmin.googleapis.com/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Auth is OAuth. Cursor prompts for Google Cloud SQL sign-in when the plugin connects — there is no client ID or personal access token to configure.
|
||||
|
||||
## Before you connect
|
||||
|
||||
You need a Google Cloud project with the Cloud SQL Admin API enabled, and your Google account needs `roles/mcp.toolUser` plus a Cloud SQL viewer, editor, or admin role.
|
||||
|
||||
## What agents can do
|
||||
|
||||
| Category | Capabilities |
|
||||
| --- | --- |
|
||||
| Instances | List, get, create, update, and clone instances; poll long-running operations |
|
||||
| Users | List, create, and update database users |
|
||||
| Backups | Create and restore backups; import from Cloud Storage |
|
||||
| SQL | Run SQL on MySQL and PostgreSQL instances that allow the Data API |
|
||||
|
||||
The hosted runtime is the source of truth for tool names and schemas.
|
||||
|
||||
## Notes
|
||||
|
||||
- Google also publishes read-only (`/mcp/readonly`) and instance-management (`/mcp/instance_manage`) endpoints; this plugin uses the full endpoint.
|
||||
- SQL execution is not available on SQL Server instances.
|
||||
- Grok also offers this connector with service-identity auth; this plugin configures only the user OAuth flow.
|
||||
|
||||
## Docs
|
||||
|
||||
- Use the Cloud SQL MCP server: https://docs.cloud.google.com/sql/docs/mysql/use-cloudsql-mcp
|
||||
- Server URL: https://sqladmin.googleapis.com/mcp
|
||||
|
||||
Logo is Google Cloud SQL's official mark.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
-8
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"google-cloud-sql": {
|
||||
"type": "http",
|
||||
"url": "https://sqladmin.googleapis.com/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user