MCP Server · Limited Beta

Sekichi(積知)

AIが書く。人が裁く。知が積もる。
AI writes. Humans judge. Knowledge compounds.
AIコーディングエージェントとの対話から生まれる設計判断・問題・知識を蓄積し、プロジェクトの「判例法」を築く MCP サーバー。
An MCP server that accumulates design decisions, problems, and insights from conversations with AI coding agents — building a living "case law" for your project.
claude.ai から接続する Connect via claude.ai
⚠️

Open Beta 版につきご注意ください。 仕様変更・破壊的変更が予告なく行われる場合があります。また、データの消失・移行が発生する可能性があります。重要なデータのバックアップを推奨します。

Open Beta — use with caution. Breaking changes may occur without notice. Data loss or migration may happen during this phase. We recommend keeping backups of critical data.

こんなときに使えるUse Cases

記録するほど、次の判断が楽になる。

AIとの対話から設計判断・問題・知識が積み重なり、一人の気づきがチーム全体の判断基準へと育っていきます。ソフトウェア開発に限らず、「判断を繰り返すすべての仕事」で価値を発揮します。

AIと振り返ることで、さらに良くなる。

定期的な振り返りを AI と行うことで、蓄積した知識が具体的な改善施策へと変わります。

The more you record, the easier every decision becomes.

Decisions, problems, and insights from AI conversations accumulate into shared knowledge — turning one person's insight into the whole team's standard. Not just for software development, but for any work where decisions repeat.

Get even better by reflecting with AI.

Regular AI-assisted retrospectives turn accumulated knowledge into concrete improvement actions.

ソフトウェア開発
Software Development
「2ヶ月前にも同じバグを踏んだ気がする…」同じ罠を何度も踏む。
"I feel like we hit this exact bug two months ago..." The same pitfalls keep repeating.
修正時に record_case で原因と対策を記録。次回タスク開始時に check_context が自動で警告する。
Record the root cause with record_case. Next time, check_context surfaces the warning automatically before work begins.
check_context · record_case
アーキテクチャ判断
Architecture Decisions
「なぜこのライブラリを選んだんだっけ?」背景を知る人が誰もいない。
"Why did we pick this library again?" No one remembers the reasoning.
判断の背景・却下した選択肢・理由を record_case で残す。後から誰でも経緯を追える。
Record the rationale, rejected alternatives, and reasoning with record_case. Anyone can trace the history later.
record_case · get_case
採用・人事
Recruiting / HR
「前回の採用で失敗したポイント、今回また同じ轍を踏んでいる…」
"We're making the exact same mistakes we made in the last hiring round..."
過去の採用で得た知見(面接で見るべき点・落とし穴)を判例として蓄積。繰り返しパターンはルール化。
Accumulate insights from past hiring (what to look for, red flags) as cases. Recurring patterns become rules.
record_case · find_patterns · record_rule
エージェント運用(ループ)
Agent Loops
「AIの出力を手で直したけど、その判断はどこにも残らず、次回もまた同じ選択肢が出てくる…」
"I fixed the agent's output by hand, but that judgment vanished — and next time it makes the same wrong choice again."
Playbook で判定できず人が裁定した場面を record_case(割り込み)で記録。find_patterns が「同じ論点で人が繰り返し介入している」箇所を検出し、Playbook 改訂の候補として提示する。
Record the moments a human had to step in with record_case (interrupt). find_patterns then spots where the same question keeps needing a human, and surfaces it as a Playbook-revision candidate.
record_case · find_patterns
スプリント振り返り
Sprint Retrospective
「今月何を決めたか、振り返ろうとしても記憶が曖昧…」
"When we try to reflect on this sprint, nobody can remember what we actually decided."
get_summary で今月の判例を俯瞰し、find_patterns で繰り返しパターンを検出。ルールとして昇格できる候補を自動提案。
get_summary gives a bird's-eye view of this month's cases. find_patterns detects recurring patterns and suggests which ones to promote into rules.
get_summary · find_patterns

接続手順Getting Started

1
claude.ai の設定を開くOpen claude.ai Settings Settings → Integrations にアクセスする on claude.ai
2
Add integration → Remote MCP server を選択Add integration → Remote MCP server 個人利用は https://sekichi.fly.dev/mcp、チーム共有は https://sekichi.fly.dev/mcp?team=<slug> を入力して Connect をクリック Enter https://sekichi.fly.dev/mcp for personal use, or https://sekichi.fly.dev/mcp?team=<slug> for team sharing, then click Connect
3
Magic Link でログインSign in via Magic Link メールアドレスを入力してリンクをクリック(パスワード不要)。以後は自動認証。Enter your email and click the link sent to you (passwordless). Authentication is automatic afterwards.
4
使い方は接続すれば自動で有効Usage guidance is automatic on connect 着手前の check_context・判断の record_case・振り返りといった使い方は、接続時にサーバーから自動で届きます(CLAUDE.md への手貼りは不要)。クライアント別の入れ方は以下。check_context before tasks, record_case for decisions, the retro flow — this guidance arrives automatically on connect (no CLAUDE.md copy-paste). Client-specific setup below.

接続するだけで使い方は自動で有効になります。 Sekichi は接続時に利用方針(着手前の check_context、判断の record_case、振り返りフロー)をサーバーの instructions として渡すため、以前のように Project のカスタム指示へ手貼りする必要はありません。

Just connecting is enough. On connect, Sekichi delivers its usage guidance (check_context before tasks, record_case for decisions, the retro flow) as server instructions — no need to paste anything into Project Custom Instructions like before.

Settings → Connectors でカスタムコネクタとして https://sekichi.fly.dev/mcp を追加Add https://sekichi.fly.dev/mcp as a custom connector under Settings → Connectors
Magic Link でログイン(初回のみ)。以後は接続するだけで使い方が効きますSign in via Magic Link (first time only). Thereafter the guidance applies on connect
💡 プロジェクト固有の追加ルールを常に効かせたい場合のみ、Project の Custom Instructions に補足を足せます(任意・必須ではありません)。
💡 Optionally, add project-specific reminders to your Project's Custom Instructions — but it's no longer required.

plugin を入れるのが最短です。 MCP 接続に加えて、使い方(skill)と着手前の自動ガイド(SessionStart hook)まで一括で入り、CLAUDE.md への手貼りは不要になります。

Installing the plugin is the fastest path. It bundles the MCP connection, a workflow skill, and a SessionStart hook — so no CLAUDE.md copy-paste is needed.

claude plugin marketplace add surp-renz/sekichi
claude plugin install sekichi@sekichi
claude plugin marketplace add surp-renz/sekichi
claude plugin install sekichi@sekichi
💡 初回に Sekichi ツールを使うと /mcp に認証案内(Magic Link、初回のみ)が出ます。plugin を使わず MCP だけ接続したい場合は claude mcp add sekichi --transport http https://sekichi.fly.dev/mcp。その場合の使い方指針は任意で CLAUDE.md に記述してください。
💡 On first use of a Sekichi tool, /mcp prompts for auth (Magic Link, once). To connect only the MCP without the plugin: claude mcp add sekichi --transport http https://sekichi.fly.dev/mcp — then optionally add workflow guidance to your CLAUDE.md.

利用できるツールAvailable Tools

check_context
タスク開始前に関連ルールと過去判例を自動提示。これを最初に呼ぶのが基本。
Surfaces relevant rules and past cases before you start a task. Call this first.
init_project
プロジェクトを初期化。共通テンプレートルールを適用し、プロジェクト固有ルールを対話形式で設定する。
Initializes a project, applies shared template rules, and interactively sets project-specific rules.
record_case
設計判断・問題・知識を判例として記録する。エージェント運用では、Playbook で判定できず人間が裁定した「割り込み」も記録できる(kind=interrupt)。
Records a design decision, problem, or insight as a case. In agent loops, it can also capture human "interrupts" — rulings made when the Playbook couldn't decide (kind=interrupt).
search_cases
自然言語でセマンティック検索。類似判断や過去の知見を探す。
Semantic search in natural language. Find similar decisions or past insights.
list_cases
判例を一覧表示。期間・カテゴリでフィルタ可能。
Lists cases with optional filters by period and category.
get_case
指定した判例の全詳細を取得する。
Retrieves full details of a specific case by ID.
update_case
判例に結果・補足を追記する。重要度変更も可能。
Appends outcome or notes to a case. Can also change severity.
delete_case
判例を削除する(要 confirm フラグ)。
Deletes a case (requires confirm flag).
record_rule
繰り返し判断をルールとして昇格・記録する。
Promotes a recurring decision pattern into a persistent rule.
get_rules
適用されるルール一覧を取得。セマンティック検索対応。
Lists applicable rules. Supports semantic search.
update_rule
ルールの内容・スコープ・タグを更新する。
Updates a rule's content, scope, or tags.
delete_rule
ルールを削除する(要 confirm フラグ)。
Deletes a rule (requires confirm flag).
find_patterns
判例群から繰り返しパターンを検出し、ルール昇格候補を提案する。割り込み判例からは、条項別の反復裁定(人間ルーター化)や陳腐化の兆候も検出する。
Detects recurring patterns across cases and suggests rule promotion candidates. From loop interrupts, it also surfaces per-clause repeated rulings and signs of Playbook staleness.
get_summary
期間内の判例サマリーを生成。スプリント振り返りや月次棚卸しに使う。割り込みの条項別サマリーも表示する。
Generates a summary of cases for a period. Useful for sprint retros and monthly reviews. Includes a per-clause interrupt summary.
promote_to_team
個人テナントの判例・ルールをチームテナントへコピー。振り返りで「チームに共有して」と伝えれば実行。
Copies a case or rule from your personal tenant to a team tenant. Say "share this with the team" during a retro.
record_idea
アイデア・メモを記録する。「あれやらなきゃ」「あれ議論したい」等の個人メモをサッと残せる。
Jot down ideas and personal notes. Quick capture for "I need to do that" or "let's discuss this" moments.
search_ideas
アイデアをセマンティック検索。「あんな感じのメモなかったっけ?」で探せる。
Semantic search for ideas. Find that note you vaguely remember with natural language.
list_ideas
アイデアの一覧表示。ステータス・タグ・プロジェクトでフィルタ可能。
Lists ideas with filters by status, tag, and project.
update_idea
アイデアの内容・ステータス・タグを更新する。完了や却下のマークにも使う。
Updates an idea's content, status, or tags. Use to mark ideas as done or dismissed.
delete_idea
アイデアを削除する(要 confirm フラグ)。
Deletes an idea (requires confirm flag).
whoami
現在のログインユーザー情報を表示する。テナント・認証状態の確認に使う。
Shows current login user info. Check your tenant and auth status.