Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ To add a server, see the [Contributing Guidelines](CONTRIBUTING.md).
| **Browserbase** | Headless browser sessions for agents. | <a href="https://cursor.com/en/install-mcp?name=browserbase&config=eyJjb21tYW5kIjoibnB4IEBicm93c2VyYmFzZWhxL21jcCIsImVudiI6eyJCUk9XU0VSQkFTRV9BUElfS0VZIjoiIiwiQlJPV1NFUkJBU0VfUFJPSkVDVF9JRCI6IiJ9fQ%3D%3D" style="border: 1px solid rgba(128, 128, 128, 0.5); padding: 4px 8px; text-decoration: none; border-radius: 4px; font-size: 12px;">Install</a> |
| **Chrome DevTools** | Debug web pages directly in Chrome with DevTools debugging capabilities and performance insights. | <a href="https://cursor.com/en/install-mcp?name=chrome-devtools&config=eyJjb21tYW5kIjoibnB4IGNocm9tZS1kZXZ0b29scy1tY3BAbGF0ZXN0In0%3D" style="border: 1px solid rgba(128, 128, 128, 0.5); padding: 4px 8px; text-decoration: none; border-radius: 4px; font-size: 12px;">Install</a> |
| **ClickUp** | Project management and collaboration for teams & agents. | <a href="https://cursor.com/en/install-mcp?name=clickup&config=eyJ1cmwiOiJodHRwczovL21jcC5jbGlja3VwLmNvbS9tY3AifQ%3D%3D" style="border: 1px solid rgba(128, 128, 128, 0.5); padding: 4px 8px; text-decoration: none; border-radius: 4px; font-size: 12px;">Install</a> |
| **ConfigCat** | Feature flag and remote config service. | <a href="https://cursor.com/en-US/install-mcp?name=ConfigCat&config=eyJlbnYiOnsiQ09ORklHQ0FUX0FQSV9VU0VSIjoiWU9VUl9BUElfVVNFUiIsIkNPTkZJR0NBVF9BUElfUEFTUyI6IllPVVJfQVBJX1BBU1NXT1JEIn0sImNvbW1hbmQiOiJucHggLXkgQGNvbmZpZ2NhdC9tY3Atc2VydmVyIn0%3D" style="border: 1px solid rgba(128, 128, 128, 0.5); padding: 4px 8px; text-decoration: none; border-radius: 4px; font-size: 12px;">Install</a> |
| **Convex** | Interact with your Convex deployment - query tables, run functions, manage environment variables, and analyze logs. | <a href="https://cursor.com/en/install-mcp?name=convex&config=eyJjb21tYW5kIjoibnB4IC15IGNvbnZleEBsYXRlc3QgbWNwIHN0YXJ0In0%3D" style="border: 1px solid rgba(128, 128, 128, 0.5); padding: 4px 8px; text-decoration: none; border-radius: 4px; font-size: 12px;">Install</a> |
| **Shopify** | Shopify app development tools. | <a href="https://cursor.com/en/install-mcp?name=shopify&config=eyJjb21tYW5kIjoibnB4IC15IEBzaG9waWZ5L2Rldi1tY3BAbGF0ZXN0In0%3D" style="border: 1px solid rgba(128, 128, 128, 0.5); padding: 4px 8px; text-decoration: none; border-radius: 4px; font-size: 12px;">Install</a> |
| **snyk** | Vulnerability scanning of your codebase. | <a href="https://cursor.com/en/install-mcp?name=snyk&config=eyJjb21tYW5kIjoibnB4IC15IHNueWtAbGF0ZXN0IG1jcCAtdCBzdGRpbyJ9" style="border: 1px solid rgba(128, 128, 128, 0.5); padding: 4px 8px; text-decoration: none; border-radius: 4px; font-size: 12px;">Install</a> |
Expand Down
26 changes: 26 additions & 0 deletions servers/configcat/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions servers/configcat/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "ConfigCat",
"description": "Feature flag and remote config service.",
"transport": [
"stdio"
],
"icon": "./icon.svg",
"oauth": false,
"config": {
"command": "npx",
"args": [
"-y",
"@configcat/mcp-server"
],
"env": {
"CONFIGCAT_API_USER": "YOUR_API_USER",
"CONFIGCAT_API_PASS": "YOUR_API_PASSWORD"
}
}
}
1 change: 1 addition & 0 deletions servers/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
"notion",
"figma",
"configcat",
"context7",
"linear",
"playwright",
Expand Down