-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
37 lines (37 loc) · 1.03 KB
/
server.json
File metadata and controls
37 lines (37 loc) · 1.03 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.silversurfer562/memdocs",
"description": "Git-native project memory for AI assistants with enterprise-grade audit compliance",
"repository": {
"url": "https://github.com/Smart-AI-Memory/memdocs",
"source": "github"
},
"version": "2.1.4",
"packages": [
{
"registryType": "pypi",
"identifier": "memdocs",
"version": "2.1.4",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "PROJECT_ROOT",
"description": "Root directory of the project to track",
"isRequired": false,
"format": "string",
"isSecret": false
},
{
"name": "ANTHROPIC_API_KEY",
"description": "API key for Claude AI operations (summarization, analysis)",
"isRequired": true,
"format": "string",
"isSecret": true
}
]
}
]
}