SlopClanker
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.
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 # :8090Plain 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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/flapperdeflipper/slopclanker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server