MCP Server
MCP
Memory Fabric
File-first, local-first MCP memory for AI coding assistants: Markdown + YAML, no vector DB.
Install
uvx memory-fabric
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "memory-fabric",
"version": "1.4.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "memory-fabric[mcp]==1.4.0",
"type": "named",
"name": "--from"
},
{
"value": "memory-fabric-mcp",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment