diff --git a/README.md b/README.md index 79ccb51..d6f56c6 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ To add a server, see the [Contributing Guidelines](CONTRIBUTING.md). | **vault** | Store and manage secrets. | Install | | **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. | Install | | **Sanity** | Create, query, and manage Sanity content, releases, datasets, and schemas. | Install | +| **Devopness** | Deploy apps and infra, to any cloud. Deterministic and reliable 🚀. | Install | ## Setup diff --git a/servers/devopness/icon.svg b/servers/devopness/icon.svg new file mode 100644 index 0000000..730e078 --- /dev/null +++ b/servers/devopness/icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/servers/devopness/server.json b/servers/devopness/server.json new file mode 100644 index 0000000..0346c8b --- /dev/null +++ b/servers/devopness/server.json @@ -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/" + } +} diff --git a/servers/index.json b/servers/index.json index 3d14dbe..c34f117 100644 --- a/servers/index.json +++ b/servers/index.json @@ -2,6 +2,7 @@ "notion", "figma", "context7", + "devopness", "linear", "playwright", "shadcn/ui",