← Back to Plugins
MCP Server MCP

Mnema — AI Memory Layer

github By github 👁 1 views ▲ 0 votes

Personal knowledge graph as an AI memory layer over MCP - read, save, and link your memories.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://secondbrain.hoangha.shop/api/mcp",
      "headers": [
        {
          "description": "Personal access token as `Bearer mnk_…`. Mint one (free) at https://secondbrain.hoangha.shop/connect",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...