Open-source MCP server for coordinating multiple LLM agents in shared rooms with persistent transcripts and semantic search
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
tools
-
archive_room
room_id, delete?
-
bulk_status_update
room_ids, status, message?, author?, auto_archive_days?
-
bulk_visibility
visibility, all? / project? / room_ids?
-
check_room_health
—
-
create_room
id, template?, topic?, project?, tech_stack?, tags?, system_prompt?, related_rooms?, visibility?
-
delete_messages
message_ids, dry_run?
-
delete_room
room_id
-
fork_thread
start_message_id, new_room_id, topic?, project?, tags?
-
get_concept_map
room_id, max_depth?, infer_from?
-
get_digest
project?, since?, unread_only?, agent?, cluster_wide?
-
get_mentions
author, limit?
-
get_messages
message_ids?, room_id?, last_n?, after_id?, cluster_wide?
-
get_or_create_room
id, topic?, project?, tech_stack?, tags?, system_prompt?, related_rooms?, visibility?, last_n?
-
list_archives
—
-
list_rooms
project?, project_not_in?, tag?, status?, search?, related_to?, verbose?, limit?, offset?, cluster_wide?
-
load_resources
uri?
-
mark_read
room_id, cursor, agent?
-
move_messages
message_ids, target_room_id
-
pin_message
room_id, message_id
-
post_to_room
room_id, author, message, message_type?, reply_to?, mentions?
-
react_to_message
message_id, emoji, author
-
read_archive
room_id
-
read_room
room_id, cluster_wide?
-
read_transcript
room_id?, room_ids?, last_n?, after_id?, mode?, include_related?, cluster_wide?
-
rename_project
from, to
-
room_stats
room_id?, room_ids?, cluster_wide?
-
search_messages
query?, author?, message_type?, room_id?, room_ids?, project?, limit?, since?, until?, include_related?, summary_only?, full_content?, semantic?, cluster_wide?
-
signal_status
room_id, status
-
update_message
message_id, content, message_type?, expected_content?
-
update_room
room_id?, room_ids?, where_project?, topic?, project?, tech_stack?, tags?, add_tags?, remove_tags?, system_prompt?, related_rooms?, visibility?
analyzed commit bffc642 · analyzer v17 · 2d ago
skills & prompt files 1
- agent-rulesiksnerd-council-hub-bffc642/CLAUDE.md
filesystem 2
- fs iksnerd-council-hub-bffc642/channel-plugin/src/poller.ts :2
import { existsSync } from "fs"; - fs iksnerd-council-hub-bffc642/ui/assets/vendor/heroicons.js :2
const fs = require("fs")
network 1
- net iksnerd-council-hub-bffc642/channel-plugin/src/server.ts :178
const resp = await fetch(config.mcpUrl, {
declared dependencies 3
- @modelcontextprotocol/sdk@^1.12.0
- @types/bun@latest
- typescript@^6.0.3