RepoMind Bridge
RepoMind Bridge
あなたが口述したタスクを、きれいに整えたタイトルではなく、実際に話した言葉のまま、コーディングエージェントに渡す MCP サーバーです。
キーボードから離れて、スマホでバグを見つけたとします。それを声に出して言います。後でリポジトリを開くと、Claude Code、Cursor、Codex は、あなたが何を頼んだのかをすでに把握していて、それを拾い上げ、作業が完了するとクローズしてくれます。
タスクは、repomind-task というラベルの付いた GitHub issues として運ばれます。デプロイするサーバーも、支払うものもありません。GitHub が郵便受けです。
phone (dictate) ──► RepoMind ──► GitHub issue ──► this bridge ──► your agentインストール
git clone https://github.com/idanidev/repomind-bridge.git
cd repomind-bridge
npm install
npm run build認証
設定ファイルにトークンを書き込む必要はありません。GitHub CLI にすでにサインインしている場合、ブリッジはその認証情報を使用します:
gh auth loginそれ以外の場合、repo スコープのトークンを GITHUB_TOKEN に設定してください:
export GITHUB_TOKEN=...両方が存在する場合、GITHUB_TOKEN が優先されます。GitHub がそれを拒否した場合、ブリッジは解決し直して1回だけ再試行します。MCP サーバーは何日も稼働し続けるので、gh はその裏でトークンをローテーションしています。
エージェントへの設定
Claude Code — ~/.claude.json に追加します:
{
"mcpServers": {
"repomind": {
"command": "node",
"args": ["/absolute/path/to/repomind-bridge/dist/index.js"]
}
}
}Cursor — .cursor/mcp.json に同じブロックを追加します。Codex — .codex/config.toml に追加します。
Related MCP server: Agentic MCP Server
ツール
Tool | 説明 |
| このリポジトリでキャプチャされたすべてを表示します。何に取り組むかを決める前に呼び出してください。 |
|
|
| タスクを進行中にマークします — スマホで確認できます — 完全なコンテキストを返します。 |
| スレッドにメモを投稿すると、開発者のスマホに届きます。 |
| タスクをブロック中にマークし、具体的な質問を 1 つ行います。返答を待ってはいけません。 |
| issue をクローズします。あれば PR url を添付してください。 |
| タスクをキャプチャしたときに添付されたスクリーンショットを返します。 |
designated
title は整理されたラベルです。rawInput は開発者が口述した内容です。この 2 つが違っているように見える場合、rawInput があれば優先します。それは、開発者の意図をただ一人記録したものだからです。
スクリーンショットはマシンを離れません
get_task_image は、GitHub ではなく、RepoMind アプリのローカルデータベースから画像を読み取ります。
スクリーンショットをリポジトリにコミットすると、リポジトリが永久的に肥大化します。さらに、プライベートリポジトリでは画像が表示されません。GitHub は読者に代わって画像 URL を認証しないためです。それを解決するためにリポジトリを公開すると、個人データを含むことが多いバグのスクリーンショットを公開することになります。
どこにもアップロードはされません。画像はすでにマシン上にあり、iCloud で同期されています。ブリッジはそれを読み取って渡すだけです。つまり、このツールは Mac アプリがインストールされている環境でのみ動作します。
セッションブリーフィング
src/brief.ts は SessionStart フックとして実行でき、エージェントは待機中のタスクを把握した状態で起動します。トークンがない、ネットワークもない、タスクもない場合は何も出力しません。飛行機の中で大きなエラーを出すフックは、フックが無いより悪いからです。
必要なもの
タスクをキャプチャするには、RepoMind iOS/macOS アプリと GitHub アカウントが必要です。Node 18+。
ライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables LLMs to interact with GitHub issues by providing details as tasks, allowing for seamless integration and task management through GitHub's platform.11614MIT
- -licenseBqualityNot gradedmaintenanceEnables AI-driven orchestration of GitHub development workflows including automated issue analysis, code generation, code review, and PR creation through multiple specialized agents. Integrates with GitHub Actions to automate the complete development process from issue to pull request.7
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to manage GitHub repositories, branches, issues, pull requests, releases, and actions through natural language.1155MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with GitHub via natural language, supporting repository management, issue tracking, file commits, and more.
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Pull change requests from your Amendor board into your coding agent to build and open PRs.
One shared brain for your AI coding agents: team memory, agent Q&A, tasks, and file claims.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/idanidev/repomind-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server