MCP Server
MCP
io.github.pedroknigge/ark
Architecture co-pilot for AI TypeScript (write gate, CI, plan/loop)
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
By
Comments
Sign in to leave a comment