← Back to Plugins
MCP Server MCP

io.github.pedroknigge/arkgate

github By github 👁 1 views ▲ 0 votes

When your agent writes TypeScript, ArkGate stops it from breaking the layers.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "arkgate",
      "version": "4.6.7",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "arkgate-mcp",
          "type": "positional"
        },
        {
          "description": "Project root",
          "value": ".",
          "type": "named",
          "name": "--root"
        },
        {
          "description": "Path to the ArkGate architecture config",
          "value": "ark.config.json",
          "type": "named",
          "name": "--config"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...