← Back to Plugins
MCP Server MCP

io.github.recordant/recordant

github By github 👁 1 views ▲ 0 votes

Patent-pending diagnostic + decisions-ledger engine with operator briefs and an MCP console.

Homepage Verified source GitHub

Install

uvx recordant

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "recordant",
      "version": "0.2.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Path to your recordant.toml config file.",
          "isRequired": true,
          "format": "filepath",
          "type": "named",
          "name": "--config"
        }
      ],
      "environmentVariables": [
        {
          "description": "Your Recordant license key. Auth-by-default -- the console will not start without a valid key. Get one at https://mentorsentinel.ai/markets-ai-governance.html.",
          "isRequired": true,
          "isSecret": true,
          "name": "RECORDANT_LICENSE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...