Skip to content
v0.1.0AGPL-3.0-or-later

Work on qi — a local-first text river running Granite 4.1, with research that verifies its own citations and a standalone Mac app. Covers setup, editing the codebase, the model cards, adapter conversion, the research process, and shipping.

MCP servers

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

qistdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/tools/mcp-qi.mjs"
  ],
  "env": {
    "QI_CONTROL_PORT": "8777"
  }
}

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": "qi",
  "version": "0.1.0",
  "description": "Work on qi — a local-first text river running Granite 4.1, with research that verifies its own citations and a standalone Mac app. Covers setup, editing the codebase, the model cards, adapter conversion, the research process, and shipping.",
  "author": {
    "name": "qubie-org",
    "url": "https://github.com/qubie-org"
  },
  "homepage": "https://github.com/qubie-org/qi",
  "repository": "https://github.com/qubie-org/qi",
  "license": "AGPL-3.0-or-later",
  "keywords": [
    "qi",
    "granite",
    "llama.cpp",
    "local-first",
    "rag",
    "alora",
    "research"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • cards.mjs
  • doctor.sh
  • LICENSE
View on GitHub