Skip to content

Commit d4bcdea

Browse files
authored
Add community.tillpad
Signed-off-by: riderc <77925590+riderc@users.noreply.github.com>
1 parent 40ad751 commit d4bcdea

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

servers/community.tillpad.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "community.tillpad",
4+
"name": "Tillpad",
5+
"alias": "tillpad",
6+
"description": "Bounded storage and search for agent jobs",
7+
"logo": "https://avatars.githubusercontent.com/u/7574682?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["database", "search", "developer-tools"],
10+
"tags": ["storage", "search", "agents", "jobs", "memory"],
11+
"transport": {
12+
"type": "http",
13+
"url": "https://tillpad.cnrcode.com/mcp",
14+
"headers": {
15+
"Authorization": "Bearer ${input:TILLPAD_API_KEY}"
16+
},
17+
"metadata": {
18+
"inputs": [
19+
{
20+
"id": "TILLPAD_API_KEY",
21+
"label": "Tillpad API Key",
22+
"type": "text",
23+
"required": true,
24+
"secret": true,
25+
"description": "API key for the hosted Tillpad MCP endpoint.",
26+
"placeholder": "tp_...",
27+
"obtain": {
28+
"url": "https://tillpad.cnrcode.com/docs",
29+
"instructions": "1. Sign in at https://tillpad.cnrcode.com\n2. Open the API keys section of your account\n3. Create a new key for McpMux\n4. Copy the key (starts with tp_)",
30+
"button_label": "Get API Key"
31+
}
32+
}
33+
]
34+
}
35+
},
36+
"auth": {
37+
"type": "api_key",
38+
"instructions": "Requires a Tillpad API key (tp_...) sent as a Bearer token. See https://tillpad.cnrcode.com/docs"
39+
},
40+
"contributor": {
41+
"name": "riderc",
42+
"github": "riderc",
43+
"url": "https://github.com/riderc"
44+
},
45+
"links": {
46+
"repository": "https://github.com/number1101/tillpad-mcp",
47+
"homepage": "https://tillpad.cnrcode.com",
48+
"documentation": "https://tillpad.cnrcode.com/docs"
49+
},
50+
"platforms": ["all"],
51+
"capabilities": {
52+
"tools": true,
53+
"resources": false,
54+
"prompts": false,
55+
"read_only_mode": false
56+
}
57+
}

0 commit comments

Comments
 (0)