-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
32 lines (32 loc) · 1.12 KB
/
Copy pathserver.json
File metadata and controls
32 lines (32 loc) · 1.12 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.renezander030/agentic-task-system",
"description": "MCP server giving AI agents persistent task memory across TickTick, Notion, GitHub, Linear & Beads",
"title": "Agentic Task System (ATS)",
"websiteUrl": "https://github.com/renezander030/agentic-task-system",
"repository": {
"url": "https://github.com/renezander030/agentic-task-system",
"source": "github",
"subfolder": "packages/mcp"
},
"version": "0.8.2",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@reneza/ats-mcp",
"version": "0.8.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "ATS_ADAPTER",
"description": "npm package name of the storage adapter to load, e.g. @reneza/ats-adapter-ticktick (TickTick), @reneza/ats-adapter-notion, @reneza/ats-adapter-github, @reneza/ats-adapter-beads",
"isRequired": true,
"format": "string"
}
]
}
]
}