Skip to content

Commit 61ac376

Browse files
committed
Add io.github-anymfah-stellary-project-management
Signed-off-by: Soheil Saheb-Jamii <47399321+Anymfah@users.noreply.github.com>
1 parent 40ad751 commit 61ac376

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "io.github-anymfah-stellary-project-management",
4+
"name": "Stellary",
5+
"alias": "stellary",
6+
"description": "Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.",
7+
"logo": "https://stellary.co/logo.svg",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"productivity",
11+
"developer-tools"
12+
],
13+
"tags": [
14+
"stellary",
15+
"project-management",
16+
"boards",
17+
"tasks",
18+
"agents",
19+
"productivity",
20+
"remote"
21+
],
22+
"transport": {
23+
"type": "http",
24+
"url": "https://api.stellary.co/mcp",
25+
"headers": {
26+
"Authorization": "Bearer ${input:STELLARY_TOKEN}"
27+
},
28+
"metadata": {
29+
"inputs": [
30+
{
31+
"id": "STELLARY_TOKEN",
32+
"label": "Stellary Personal Access Token",
33+
"description": "PAT sent as a Bearer token to the hosted Streamable HTTP MCP endpoint. Required for any useful call.",
34+
"type": "text",
35+
"required": true,
36+
"secret": true,
37+
"placeholder": "YOUR_STELLARY_TOKEN",
38+
"obtain": {
39+
"url": "https://app.stellary.co",
40+
"instructions": "1. Sign in at app.stellary.co\n2. Open Account settings → API tokens from the user menu\n3. Create a personal access token (start with projects:read and pilotage:read; add write scopes only if needed)\n4. Copy the plaintext secret shown once at creation",
41+
"button_label": "Create Token"
42+
}
43+
}
44+
]
45+
}
46+
},
47+
"auth": {
48+
"type": "api_key",
49+
"instructions": "Create a Stellary personal access token in Account settings → API tokens and send it as an Authorization: Bearer header. This listing uses Bearer PAT, not OAuth."
50+
},
51+
"contributor": {
52+
"name": "Soheil Saheb-Jamii",
53+
"github": "Anymfah",
54+
"url": "https://stellary.co"
55+
},
56+
"links": {
57+
"repository": "https://github.com/Anymfah/stellary-mcp",
58+
"homepage": "https://stellary.co",
59+
"documentation": "https://stellary.co/docs/mcp/"
60+
},
61+
"platforms": [
62+
"all"
63+
],
64+
"capabilities": {
65+
"tools": true,
66+
"resources": false,
67+
"prompts": false,
68+
"read_only_mode": false
69+
}
70+
}

0 commit comments

Comments
 (0)