SlopClanker
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SlopClankerclaim the file config.yaml for my edits"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 # :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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- OctopadOAuthapp.octopad
The back-office workspace for your team's AIs: tasks, knowledge and context shared over MCP.
- hiveWikiOAuthai.hivewiki
Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Agent-native notes, tasks, dev-docs, vaults, sync & handoffs. MCP + OpenAPI dual surface.
Related MCP Servers
- AlicenseBqualityCmaintenanceMCP 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.279AGPL 3.0
- AlicenseNot gradedqualityDmaintenanceA 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.151MIT
- AlicenseNot gradedqualityCmaintenanceProvides a multi-agent collaboration room with real-time messaging, file sharing, and coordination primitives for AI agents.2MIT
- AlicenseNot gradedqualityBmaintenanceProvides MCP tools for AI coding agents to coordinate on shared repositories, enabling task claiming, conflict detection, and plan management in real-time.11MIT
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