From scrapbox-cosense
Interact with Cosense (Scrapbox) wiki pages: read, search, list, create, edit via scrapbox-cosense-mcp CLI commands. Useful when mentioning Cosense, Scrapbox, or wiki pages.
npx claudepluginhub worldnine/scrapbox-cosense-mcpThis skill is limited to using the following tools:
Cosense ページの取得・検索・作成・編集。CLI 経由で実行。
Create and maintain personal wikis using commune-wiki template: setup from GitHub repo, personalize config, add atomic notes with frontmatter and WikiLinks, publish via git commit+push for Cloudflare auto-deploy.
Read, search, create, update, move, delete, and convert Confluence pages and attachments using confluence-cli from the terminal or agents.
Saves content to GROWI wiki with intelligent path suggestions, page name proposals, and visibility confirmation. Triggers on save to GROWI, store in wiki, or archive requests.
Share bugs, ideas, or general feedback.
Cosense ページの取得・検索・作成・編集。CLI 経由で実行。
scrapbox-cosense-mcp get <title> — ページ取得scrapbox-cosense-mcp search <query> — キーワード検索scrapbox-cosense-mcp list [--sort=X --limit=N] — ページ一覧scrapbox-cosense-mcp create <title> [--body=TEXT] — ページ作成(markdown自動変換)scrapbox-cosense-mcp insert <title> --after=TEXT --text=TEXT — 行挿入scrapbox-cosense-mcp url <title> — URL生成scrapbox-cosense-mcp context <title> [--hop=1|2] — 関連ページ一括取得(Smart Context)詳細は scrapbox-cosense-mcp <command> --help で確認。
全コマンド共通: --compact でトークン効率の高い出力、--project=NAME でプロジェクト指定、--json でJSON出力。
| 変数名 | 説明 | 必須 |
|---|---|---|
COSENSE_PROJECT_NAME | 対象プロジェクト名(--project で上書き可) | はい |
COSENSE_SID | セッションID(プライベートプロジェクト、create/insert/context 操作に必要) | 条件付き |
.claude/settings.local.json(gitignore対象)の env キーに追加してください。
{
"env": {
"COSENSE_PROJECT_NAME": "your-project-name",
"COSENSE_SID": "s:your-session-id"
}
}
全プロジェクト共通で使う場合は ~/.claude/settings.json に設定することもできます。
connect.sid の値をコピー