← Back to Plugins
MCP Server MCP

KeepFlash Agent Access

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Search, read, cite, create, and safely update a user's private KeepFlash knowledge library.

Homepage Verified source

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://keepflash.com/api/mcp",
      "headers": [
        {
          "description": "KeepFlash Agent Access bearer token",
          "value": "Bearer {token}",
          "variables": {
            "token": {
              "description": "Token created in KeepFlash Agent Access settings",
              "isRequired": true,
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...