github analyzed bffc642

iksnerd/council-hub

github

Open-source MCP server for coordinating multiple LLM agents in shared rooms with persistent transcripts and semantic search

maintainer
iksnerd
license
MIT
first seen
2026-06-07
last seen
2026-06-15
releases · 30d
28
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities30 tools
transport stdio · http counts 30 tools · 0 res · 0 prompts permission surface via code analysis

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?

skills & danger signalsgithub-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit bffc642 · analyzer v17 · 2d ago

skills & prompt files 1

code evidencevv0.43.0 · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

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