← Back to Plugins
MCP Server MCP

DarkMatter

github By github 👁 1 views ▲ 0 votes

Tamper-evident records of AI agent decisions. Verify offline, or publish a proof link.

Homepage Verified source GitHub

Install

npx -y @darkmatterhub/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@darkmatterhub/mcp-server",
      "version": "0.3.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional. Publishes each record to DarkMatter and returns a verification URL. Without it, records stay on local disk and verify offline.",
          "isSecret": true,
          "name": "DARKMATTER_API_KEY"
        },
        {
          "description": "Optional. Set to 'true' to make published records readable by anyone holding the link. Off by default.",
          "default": "false",
          "name": "DARKMATTER_SHARE"
        },
        {
          "description": "Optional. Override the API host. Defaults to https://darkmatterhub.ai.",
          "name": "DARKMATTER_API_URL"
        },
        {
          "description": "Optional. Directory for local record storage.",
          "name": "DARKMATTER_MCP_STORE_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...