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 @@ -68,6 +68,7 @@ To add a server, see the [Contributing Guidelines](CONTRIBUTING.md).
| **vault** | Store and manage secrets. | <a href="https://cursor.com/en/install-mcp?name=vault&config=eyJjb21tYW5kIjoiZG9ja2VyIHJ1biAtLXJtIC1pIC1lIFZBVUxUX0FERFIgLWUgVkFVTFRfVE9LRU4gLWUgVkFVTFRfTkFNRVNQQUNFIGhhc2hpY29ycC92YXVsdC1tY3Atc2VydmVyOmxhdGVzdCIsImVudiI6eyJWQVVMVF9BRERSIjoiIiwiVkFVTFRfVE9LRU4iOiIiLCJWQVVMVF9OQU1FU1BBQ0UiOiIifX0%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> |
| **Browser Use** | The Browser Use MCP server provides Cursor agents access to browser-use documentation. This gives AI assistants deep context about the browser-use library when helping you write code. | <a href="https://cursor.com/en/install-mcp?name=browser-use&config=eyJ1cmwiOiJodHRwczovL2RvY3MuYnJvd3Nlci11c2UuY29tL21jcCJ9" style="border: 1px solid rgba(128, 128, 128, 0.5); padding: 4px 8px; text-decoration: none; border-radius: 4px; font-size: 12px;">Install</a> |
| **Sanity** | Create, query, and manage Sanity content, releases, datasets, and schemas. | <a href="https://cursor.com/en/install-mcp?name=sanity&config=eyJ1cmwiOiJodHRwczovL21jcC5zYW5pdHkuaW8ifQ%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> |
| **Devopness** | Deploy apps and infra, to any cloud. Deterministic and reliable 🚀. | <a href="https://cursor.com/en/install-mcp?name=devopness&config=eyJ1cmwiOiJodHRwczovL21jcC5kZXZvcG5lc3MuY29tL21jcC8ifQ==" style="border: 1px solid rgba(128, 128, 128, 0.5); padding: 4px 8px; text-decoration: none; border-radius: 4px; font-size: 12px;">Install</a> |

## Setup

Expand Down
10 changes: 10 additions & 0 deletions servers/devopness/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions servers/devopness/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Devopness",
"description": "DevOps Happiness: Deploy apps and infra, to any cloud. Deterministic and reliable 🚀",
"transport": ["streamable-http"],
"icon": "./icon.svg",
"oauth": true,
"config": {
"url": "https://mcp.devopness.com/mcp/"
}
}
1 change: 1 addition & 0 deletions servers/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"notion",
"figma",
"context7",
"devopness",
"linear",
"playwright",
"shadcn/ui",
Expand Down