← Back to Plugins
MCP Server MCP

Memory Fabric

github By github 👁 1 views ▲ 0 votes

File-first, local-first MCP memory for AI coding assistants: Markdown + YAML, no vector DB.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...