Skip to content

juspay/kolu

unversioned · c55e73851b70AGPL-3.0-or-later

Drive coding agents through kolu's terminals: the kolu skill and the kolu MCP server.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

kolustdio
{
  "type": "stdio",
  "command": "kolu",
  "args": [
    "mcp"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "kolu",
  "description": "Drive coding agents through kolu's terminals: the kolu skill and the kolu MCP server.",
  "homepage": "https://kolu.dev",
  "repository": "https://github.com/juspay/kolu",
  "license": "AGPL-3.0-or-later"
}