mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
232f469065
Signed-off-by: Drew Cain <groksrc@gmail.com>
32 lines
795 B
JSON
32 lines
795 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
"name": "io.github.basicmachines-co/basic-memory",
|
|
"description": "Local-first knowledge management with bi-directional LLM sync via Markdown files.",
|
|
"repository": {
|
|
"url": "https://github.com/basicmachines-co/basic-memory.git",
|
|
"source": "github"
|
|
},
|
|
"version": "0.22.1",
|
|
"packages": [
|
|
{
|
|
"registryType": "pypi",
|
|
"identifier": "basic-memory",
|
|
"version": "0.22.1",
|
|
"runtimeHint": "uvx",
|
|
"runtimeArguments": [
|
|
{
|
|
"type": "positional",
|
|
"value": "basic-memory"
|
|
},
|
|
{
|
|
"type": "positional",
|
|
"value": "mcp"
|
|
}
|
|
],
|
|
"transport": {
|
|
"type": "stdio"
|
|
}
|
|
}
|
|
]
|
|
}
|