-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
48 lines (48 loc) · 1.41 KB
/
server.json
File metadata and controls
48 lines (48 loc) · 1.41 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
43
44
45
46
47
48
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.yonro/xmemo",
"title": "XMemo",
"description": "User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.",
"websiteUrl": "https://xmemo.dev/product/mcp",
"repository": {
"url": "https://github.com/yonro/memory-os-cli",
"source": "github"
},
"version": "0.4.163",
"remotes": [
{
"type": "streamable-http",
"url": "https://xmemo.dev/mcp",
"headers": [
{
"name": "Authorization",
"description": "Bearer token issued by XMemo; send as an Authorization Bearer value.",
"isRequired": true,
"isSecret": true
},
{
"name": "X-Memory-OS-Agent-ID",
"description": "Optional stable agent family id for attribution, for example 'claude-code' or 'copilot-cli'.",
"isRequired": false,
"isSecret": false
},
{
"name": "X-Memory-OS-Agent-Instance-ID",
"description": "Optional stable local installation id for attribution; XMemo hashes it server-side.",
"isRequired": false,
"isSecret": false
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@xmemo/client",
"version": "0.4.163",
"transport": {
"type": "stdio"
}
}
]
}