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가 등록 중 해당 번호의 제어권을 검증했고 인증된 공급자 웹훅을 통해 이 메시지를 수신했음을 의미합니다. 이는 인간의 신원에 대한 영구적인 증명이 아닙니다.
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