← Back to Plugins
MCP Server MCP

io.github.tomcat65/engram

github By github 👁 1 views ▲ 0 votes

Coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.

Homepage Verified source GitHub

Install

npx -y @tomcat65/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@tomcat65/engram-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Shared API key authenticating the bridge to your self-hosted Engram server (generate with: npx -y @tomcat65/engram-mcp init)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "API_KEY"
        },
        {
          "description": "Engram server host (default 127.0.0.1)",
          "format": "string",
          "name": "MCP_HOST"
        },
        {
          "description": "Engram server port (default 6174)",
          "format": "string",
          "name": "MCP_PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...