Twindem for developers CLI & MCP --:-- UTC
Developers

Developers · CLI & MCP

Install the CLI. Put evidence on the board by coding.

Install the Twindem CLI and MCP server once. The agents you already use - Claude Code, Codex, Cursor - read and write your board and docs through self-describing tools, so runs and evidence land on the work item while you code on your own machine.

  • MCP server - every board & docs operation is a tool
  • Twindem skills for Claude Code: /twindem-task, /twindem-review, /twindem-learn
  • Shared team learning that agents can read back
  • Runs and evidence pushed to the work item automatically
 Terminal# Install the CLI + Claude Code skills
curl -fsSL https://twindem.ai/install.sh | sh

# Register the MCP server with your agent
claude mcp add twindem -- \
  python3 ~/.twindem/mcp/server.py

# Then, inside Claude Code:
/twindem-task    # start work from a board item
/twindem-review  # request a second-agent review
/twindem-learn   # capture & read shared team knowledge

Reference: Terminal integration (CLI & MCP) · AI-agent operating workflow