Skip to content
v0.1.0MIT

Local agent orchestration board with Kanban UI, MCP task handoffs, and semantic knowledge base

MCP servers

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

swarmstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/../packages/mcp-stdio/dist/index.js"
  ],
  "env": {
    "SWARM_URL": "http://127.0.0.1:7777"
  }
}

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": "swarm",
  "version": "0.1.0",
  "description": "Local agent orchestration board with Kanban UI, MCP task handoffs, and semantic knowledge base",
  "author": {
    "name": "Agent Swarm",
    "url": "https://github.com/alexandertar/agent-swarm"
  },
  "homepage": "https://github.com/alexandertar/agent-swarm",
  "repository": "https://github.com/alexandertar/agent-swarm",
  "license": "MIT",
  "keywords": ["swarm", "kanban", "handoff", "mcp", "agents", "orchestration"],
  "extensions": {
    "dev.swarm": {
      "daemonUrl": "http://127.0.0.1:7777"
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • dev.swarm