Odel
DarkMatter

DarkMatter

Local
@darkmatter-hubTypeScriptApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@darkmatterhub/mcp-serverv0.4.0

Run

npx -y @darkmatterhub/mcp-server

MCP client config

{
  "mcpServers": {
    "darkmatter": {
      "command": "npx",
      "args": [
        "-y",
        "@darkmatterhub/mcp-server"
      ]
    }
  }
}