diff --git a/servers/stellary/readme.md b/servers/stellary/readme.md new file mode 100644 index 0000000000..402226c077 --- /dev/null +++ b/servers/stellary/readme.md @@ -0,0 +1 @@ +Docs: https://stellary.co/docs/mcp/ diff --git a/servers/stellary/server.yaml b/servers/stellary/server.yaml new file mode 100644 index 0000000000..f196707689 --- /dev/null +++ b/servers/stellary/server.yaml @@ -0,0 +1,22 @@ +name: stellary +type: remote +meta: + category: productivity + tags: + - productivity + - project-management + - remote +about: + title: Stellary + description: Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows. + icon: https://raw.githubusercontent.com/Anymfah/stellary-mcp/main/assets/logo-400.png +remote: + transport_type: streamable-http + url: https://api.stellary.co/mcp + headers: + Authorization: "Bearer ${STELLARY_TOKEN}" +config: + secrets: + - name: stellary.api_key + env: STELLARY_TOKEN + example: diff --git a/servers/stellary/tools.json b/servers/stellary/tools.json new file mode 100644 index 0000000000..fe51488c70 --- /dev/null +++ b/servers/stellary/tools.json @@ -0,0 +1 @@ +[]