← Back to Plugins
MCP Server MCP

io.github.getmarrow/marrow

github By github 👁 1 views ▲ 0 votes

Runtime governance, proof, outcome closure, and fleet intelligence for MCP-compatible AI agents.

Homepage Verified source GitHub

Install

npx -y @getmarrow/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@getmarrow/mcp",
      "version": "3.9.74",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Named Marrow agent API key. Keep it in trusted secret storage.",
          "isRequired": true,
          "isSecret": true,
          "name": "MARROW_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...