Skip to main content
Glama
campfiresms

Campfire MCP

Official
by campfiresms

Campfire 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 configure

configure 会要求输入服务 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_URLCAMPFIRE_CREDENTIALCAMPFIRE_CONFIG_PATHCAMPFIRE_BRIDGE_STATE_PATH。环境变量值会覆盖已保存的本地配置。

卸载

从 Campfire 设置中撤销安装,然后运行:

codex mcp remove campfire
py -m pip uninstall campfire-mcp
A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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