← Back to Plugins
MCP Server MCP

io.github.pedroknigge/ark

github By github 👁 1 views ▲ 0 votes

Architecture co-pilot for AI TypeScript (write gate, CI, plan/loop)

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

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

Comments

Sign in to leave a comment

Loading comments...