-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
32 lines (32 loc) · 984 Bytes
/
Copy pathserver.json
File metadata and controls
32 lines (32 loc) · 984 Bytes
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.wtthornton/tapps-brain",
"title": "tapps-brain",
"description": "Persistent cross-session memory system for AI coding assistants with BM25 ranking and exponential decay",
"version": "3.25.0",
"websiteUrl": "https://github.com/wtthornton/tapps-brain",
"repository": {
"url": "https://github.com/wtthornton/tapps-brain",
"source": "github"
},
"packages": [
{
"registryType": "pypi",
"identifier": "tapps-brain",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "named",
"name": "--project-dir",
"description": "Project root directory for the memory store (defaults to current working directory)",
"format": "filepath",
"isRequired": false
}
],
"environmentVariables": []
}
]
}