forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglama.json
More file actions
27 lines (27 loc) 路 718 Bytes
/
Copy pathglama.json
File metadata and controls
27 lines (27 loc) 路 718 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
{
"$schema": "https://glama.ai/mcp/schemas/server.json",
"name": "io.github.Ikalus1988/misakanet",
"description": "Failure-memory layer for coding agents: search evidence-rated failure lessons, submit failure intakes or questions without an account, pull answers by re-query.",
"version": "2.26.0",
"maintainers": [
"Ikalus1988"
],
"remote": {
"url": "https://misakanet.org/mcp",
"transport": "streamable-http"
},
"repository": "https://github.com/Ikalus1988/MisakaNet",
"license": "MIT",
"tags": [
"failure-memory",
"debugging",
"agent-runtime",
"knowledge-base",
"mcp"
],
"categories": [
"developer-tools",
"knowledge-and-memory",
"search"
]
}