forked from DeusData/codebase-memory-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
53 lines (53 loc) · 2.04 KB
/
server.json
File metadata and controls
53 lines (53 loc) · 2.04 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
49
50
51
52
53
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.maplenk/codebase-memory-mcp",
"title": "Codebase Memory",
"description": "Persistent codebase knowledge graph — 66 languages, sub-ms queries, 99% fewer tokens than grep. Survives session restarts and context compaction.",
"repository": {
"url": "https://github.com/maplenk/codebase-memory-mcp",
"source": "github"
},
"version": "0.8.0",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/maplenk/codebase-memory-mcp/releases/download/v0.8.0/codebase-memory-mcp-darwin-arm64.tar.gz",
"fileSha256": "aeb98684b7cca3552ab185d0ff5807a9ec8c0ac697a6e774a6243b92c938a994",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/maplenk/codebase-memory-mcp/releases/download/v0.8.0/codebase-memory-mcp-darwin-amd64.tar.gz",
"fileSha256": "a08967ff1380d7e89c34df4e908c02e9a2438842b197677ce93347936939f66f",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/maplenk/codebase-memory-mcp/releases/download/v0.8.0/codebase-memory-mcp-linux-amd64.tar.gz",
"fileSha256": "3fe376b3598a19fc84b0356431ec50a525f1454f4cf8c6457131d8797b8cb58a",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/maplenk/codebase-memory-mcp/releases/download/v0.8.0/codebase-memory-mcp-linux-arm64.tar.gz",
"fileSha256": "0b2629b4772db23b1387467efb2748964148248f6983ef68f2c75743c58bb61d",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/maplenk/codebase-memory-mcp/releases/download/v0.8.0/codebase-memory-mcp-windows-amd64.zip",
"fileSha256": "8bc41f0ee360a2e5de12ba4c72093305b99b2135824df590d540ad9fdeb894d4",
"transport": {
"type": "stdio"
}
}
]
}