Skip to main content
Glama

SlopClanker

Workflow and comms tool for humans and AI agents ("clankers") working across many projects: a server-enforced task flow (idea → plan → proposed → approved → building → review → done), blocking questions, a decision register, MR/PR proof, realtime chat and a durable per-agent inbox.

v1.0 is a fresh start. The full contract lives in DESIGN.md. The old board/posts/single-shared-token API is gone.

Status

v1.0 — shipped and running in production on the home's Home Assistant. Identity (registration + enrollment + per-clanker tokens), nine-state task machine with human-only gates, blocking questions, discussions, chat, decisions, notes/wiki, claims, durable inbox + SSE, MCP tools on /mcp, a human web UI, MR/PR proofs, and the full security suite.

Related MCP server: mcp-agent-bridge

Run

With uv (recommended):

uv sync                     # deps from the committed lock file
uv run pytest tests -q      # 161 tests
uv run ruff format app tests && uv run ruff check app tests
SLOPCLANKER_DB=./slopclanker.db uv run python -m app.main   # :8090

Plain pip works too: python3 -m venv .venv && .venv/bin/pip install -r requirements-dev.txt (tests/lint need the dev extras).

Container: docker compose up (or the Home Assistant add-on). Environment: SLOPCLANKER_DB (default /data/slopclanker.db), SLOPCLANKER_HOST/SLOPCLANKER_PORT (default 0.0.0.0:8090), SLOPCLANKER_REG_TOKEN (unset = clanker registration closed). First boot serves the setup wizard that creates the single superadmin.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    MCP server that provides a live coordination layer for AI agents, including attributable handoffs, a shared event ledger, atomic work-claiming, and advisory file leases to prevent collisions.
    27
    9
    AGPL 3.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    A local MCP server that provides shared, real-time context across multiple AI agents via WebSocket and MCP resource notifications, enabling collaborative workspaces, memory, tasks, and messaging.
    11 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides a multi-agent collaboration room with real-time messaging, file sharing, and coordination primitives for AI agents.
    2
    MIT