From e950fc82b89b21636ae7172b6d75b5e128dddda5 Mon Sep 17 00:00:00 2001 From: jfoliveira Date: Mon, 6 Oct 2025 15:01:42 -0700 Subject: [PATCH 1/3] feat: add Devopness MCP, for "DevOps Happiness" :-) --- servers/devopness/icon.svg | 10 ++++++++++ servers/devopness/server.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 servers/devopness/icon.svg create mode 100644 servers/devopness/server.json 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/" + } +} From 9cab616c9e95500afe4cbdae39caef909d00aabb Mon Sep 17 00:00:00 2001 From: jfoliveira Date: Tue, 7 Oct 2025 14:06:41 -0700 Subject: [PATCH 2/3] feat: update index and README --- README.md | 3 ++- servers/index.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd5796a..4fff30d 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ To add a server, see the [Contributing Guidelines](CONTRIBUTING.md). | **Plaid** | Access financial account data. | Install | | **Mercado Pago** | Access Mercado Pago docs. | Install | | **Mercado Libre** | Access Mercado Libre docs. | Install | +| **Devopness** | Deploy apps and infra, to any cloud. Deterministic and reliable 🚀. | Install | ## Setup @@ -60,4 +61,4 @@ Each server has its own configuration requirements. Refer to the individual serv MCP servers are manually reviewed upon submission before including them in our curated list. We make a best effort to ensure that these servers are functional, but cannot guarantee their availability. -We cannot guarantee the security of these MCP servers beyond the initial review process. We recommend performing your own security checks for trusting these MCP servers. \ No newline at end of file +We cannot guarantee the security of these MCP servers beyond the initial review process. We recommend performing your own security checks for trusting these MCP servers. diff --git a/servers/index.json b/servers/index.json index d818793..8839954 100644 --- a/servers/index.json +++ b/servers/index.json @@ -3,6 +3,7 @@ "notion", "figma", "context7", + "devopness", "linear", "playwright", "sentry", @@ -44,4 +45,4 @@ "plaid", "mercado-pago", "mercado-libre" -] \ No newline at end of file +] From da1b42de3650861c5ac4fd0a8757ab301bab6003 Mon Sep 17 00:00:00 2001 From: jfoliveira Date: Wed, 5 Nov 2025 10:05:01 -0600 Subject: [PATCH 3/3] fix: README after resolving merge conflicts --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index be0b6ac..d6f56c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MCP Servers -A curated collection of Model Context Protocol (MCP) servers for various services and tools. +A curated collection of Model Context Protocol (MCP) servers for various services and tools. To add a server, see the [Contributing Guidelines](CONTRIBUTING.md). @@ -68,13 +68,8 @@ 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 Each server has its own configuration requirements. Refer to the individual server documentation for specific setup instructions. - -## Security - -MCP servers are manually reviewed upon submission before including them in our curated list. We make a best effort to ensure that these servers are functional, but cannot guarantee their availability. - -We cannot guarantee the security of these MCP servers beyond the initial review process. We recommend performing your own security checks for trusting these MCP servers.