← Back to Plugins
MCP Server MCP

Firekeep

github By github 👁 1 views ▲ 0 votes

Self-hosted operating layer for AI agents: knowledge, continuity, coordination, and governance.

Homepage Verified source GitHub

Install

uvx firekeep-client

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "firekeep-client",
      "version": "1.5.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run Firekeep's local MCP gateway. Install and connect a self-hosted Keep first: https://firekeep.ai/docs.html.",
          "value": "gateway",
          "type": "positional"
        },
        {
          "description": "Identify Registry-launched connections as generic MCP clients; hook-driven lifecycle automation is not implied.",
          "value": "generic",
          "type": "named",
          "name": "--runtime"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...