← Back to Plugins
MCP Server MCP

Inkwell

github By github 👁 1 views ▲ 0 votes

Persistent memory for AI agents: Markdown entries, hybrid search, typed graph links

Homepage Verified source GitHub

Install

oci:docker.io/foreigndmitryi/inkwell-memory:0.14.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/foreigndmitryi/inkwell-memory:0.14.0",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Host folder holding the knowledge base, mounted at /knowledge in the container",
          "isRequired": true,
          "format": "filepath",
          "value": "{knowledge_path}:/knowledge",
          "variables": {
            "knowledge_path": {
              "description": "Absolute path on the host where entries and the search index are stored",
              "isRequired": true,
              "format": "filepath",
              "default": "~/.inkwell/knowledge"
            }
          },
          "type": "named",
          "name": "-v"
        }
      ],
      "environmentVariables": [
        {
          "description": "Knowledge base root inside the container; matches the volume mount target",
          "format": "filepath",
          "default": "/knowledge",
          "name": "INKWELL_DATA_PATH"
        },
        {
          "description": "Set to 0 to skip the web dashboard process and run the MCP server only",
          "format": "string",
          "default": "1",
          "name": "INKWELL_ENABLE_DASHBOARD"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...