-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
42 lines (42 loc) · 1.38 KB
/
Copy pathserver.json
File metadata and controls
42 lines (42 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.adityaarsharma/pickle",
"description": "Free, local MCP server that audits ClickUp, Slack & Teams for work that slipped through.",
"title": "Pickle",
"version": "1.2.2",
"repository": {
"url": "https://github.com/adityaarsharma/pickle",
"source": "github"
},
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "pickle-mcp",
"version": "1.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "CLICKUP_API_KEY",
"description": "Your own ClickUp personal API token (starts with pk_). Optional — set it to enable the 9 ClickUp audit patterns.",
"isRequired": false,
"isSecret": true
},
{
"name": "SLACK_TOKEN",
"description": "Your own Slack user OAuth token (starts with xoxp-). Optional — set it to enable the cross-tool Slack patterns.",
"isRequired": false,
"isSecret": true
},
{
"name": "TEAMS_TOKEN",
"description": "Your own Microsoft Graph access token. Optional — set it to enable the Microsoft Teams patterns.",
"isRequired": false,
"isSecret": true
}
]
}
]
}