Campfire MCP
OfficialCampfire MCP
Campfire MCPは、ローカルのCodexセッションをCampfire SMSトランスポートに接続します。Campfireはメッセージを運び、モデル、ツール、権限はCodexランタイムが提供します。
Windowsへのインストール
Python 3.12以降が必要です。
py -m pip install "campfire-mcp @ https://github.com/campfiresms/campfire-mcp/archive/refs/tags/v0.1.1.zip"
py -m campfire_mcp.cli configureconfigureは、サービスURLとサインアップ後に表示されるワンタイムインストール資格情報を要求します。資格情報は制限付き権限でローカルユーザープロファイルに保存し、Campfireで検証し、Codex CLIが利用可能な場合はcodex mcp addを通じてSTDIOサーバーを登録します。
設定後、ChatGPTデスクトップ、Codex CLI、またはIDE拡張機能を再起動してください。クライアントはホスト上の同じCodex MCP設定を共有します。接続は/mcpまたは以下で確認できます:
codex mcp list
py -m campfire_mcp.cli status次に、CodexにCampfireブリッジを開くよう依頼します。Codexセッションがアクティブな間、Campfireツールを使用して着信SMSを確認・承認するか、簡潔なSMSアップデートを送信します。
Related MCP server: Twilio MCP Server
信頼境界
登録済み番号に一致するメッセージは、Campfireが登録時にその番号の制御を検証し、認証されたプロバイダーWebhookを通じてこのメッセージを受信したことを意味します。これは人間の身元の恒久的な証明ではありません。
Campfire SMSは低信頼の誘導チャネルです。ツール、権限、資格情報、秘密情報の開示、破壊的な権限を付与したり、Codexのネイティブ承認システムを置き換えたりすることはできません。SMSはエンドツーエンドで暗号化されていません。パスワード、支払い情報、機密データを送信しないでください。
コマンド
py -m campfire_mcp.cli configure Save and validate this installation
py -m campfire_mcp.cli status Validate the saved credential and service
py -m campfire_mcp.cli serve Run the STDIO MCP server上級ユーザーはCAMPFIRE_API_URL、CAMPFIRE_CREDENTIAL、CAMPFIRE_CONFIG_PATH、CAMPFIRE_BRIDGE_STATE_PATHを設定できます。環境変数は保存されたローカル設定を上書きします。
削除
Campfireセットアップからインストールを取り消してから、次を実行してください:
codex mcp remove campfire
py -m pip uninstall campfire-mcpThis 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
- FlicenseNot gradedqualityDmaintenanceEnables remote execution of Codex CLI commands and provides an MCP tool for AI agents to escalate questions to humans via Telegram, allowing for human-in-the-loop workflows when away from the machine.
- AlicenseNot gradedqualityDmaintenanceEnables AI-powered SMS messaging through Twilio with automatic conversation threading, message status tracking, and webhook support for receiving inbound messages.1061MIT
- AlicenseNot gradedqualityBmaintenanceConnects WhatsApp to Claude Code, enabling message reading, audio transcription, image analysis, and message sending with full codebase context.51MIT
- AlicenseAqualityBmaintenanceEnables local messaging between Claude Code, Codex, Pi, and other coding-agent sessions on the same machine, allowing them to discover each other, send updates, ask questions, and reply.8212AGPL 3.0
Related MCP Connectors
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
MCP connector for iMessage & Contacts via a local Mac agent + Vercel relay
Give an agent its own inbox: send, receive, and pull signup codes from real email.
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/campfiresms/campfire-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server