Potassium MCP
Potassium MCP
一个本地MCP桥接,连接AI应用与Potassium Roblox客户端。
默认受限检查。仅当您明确启用时,才允许受信任的管理操作。
Potassium MCP 让兼容的桌面或CLI AI应用通过标准MCP检查已连接的Potassium客户端。它本地运行,保留无关的主机配置,并且不需要Anthropic、OpenAI、Google或其他提供商的API密钥。
为什么使用它?
行为 | |
本地设计 | 桥接绑定到回环地址,仅与本地MCP主机和Potassium通信。 |
安全默认 | 常规工具集是受限且只读的。管理执行默认禁用。 |
提供商无关 | 无需提供商SDK或API密钥即可与支持的MCP应用配合使用。 |
共享运行时 | 多个配置的主机使用一个经过身份验证的代理,而不是竞争Potassium连接。 |
可恢复设置 | 安装、修复、诊断、实时验证和选择性卸载均使用相同的所有权感知安装程序。 |
Related MCP server: XenozMCP
要求
Windows x64
Potassium已连接到Roblox客户端
支持MCP的桌面或CLI主机
仅在使用npm安装路径时需要Node.js 22或更高版本
支持的主机适配器:Codex、Claude Code、Claude Desktop、VS Code、Cursor和Gemini。其他MCP客户端可以使用手动配置路径。仅浏览器的AI客户端无法自行启动本地MCP进程。
安装
Windows安装程序 — 推荐
从当前GitHub预发布版本下载potassium-mcp-0.9.0-beta.2-Setup.exe。该可执行文件包含其所需的运行时。
打开安装程序。
选择您使用的AI应用。
保持选中标准设置(推荐)。
选择安装。
重启所选AI应用。
安装程序仅更改其拥有的Potassium MCP条目,并保留无关设置。
npm
安装最新发布版本:
npx --yes @mrketa/potassium-mcp setup为获得可重现的安装,请固定确切版本:
npx --yes @mrketa/potassium-mcp@0.9.0-beta.2 setup有关非交互式主机选择、修复、验证、代理控制和卸载命令,请参阅高级设置。
首次连接
安装并重启主机后,要求AI应用调用:
potassium_statuspotassium_capabilities
健康的结果会报告已连接的Potassium客户端及其支持的Protocol 2方法。安装程序的实时验证执行相同的真实MCP初始化和能力调用。当仅静态诊断检查通过时,不要认为安装已完成。
MCP host
│ stdio or authenticated loopback HTTP
▼
Potassium MCP proxy ── authenticated local broker
│ Protocol 2 WebSocket
▼
Potassium client安全性
标准模式
标准模式暴露受限的检查和诊断工具。它不提供广泛的文件访问、源代码访问、任意网络访问、输入控制或远程控制。流式HTTP是可选的、仅回环且经过身份验证的。
管理执行默认禁用。切勿仅因为AI提示要求而启用它。
受信任的管理执行
高信任模式: 启用此模式会暴露
potassium_execute_luau。受信任的本地MCP主机随后可以在已连接的Potassium客户端中执行不受限制的Luau并更改游戏状态。
仅当在您控制的机器上,并且每个配置的本地MCP主机都受信任时,才启用它。
使用Windows安装程序
选择已配置的AI应用。
选择高级:允许受信任的本地管理员操作。
确认我理解这可能会让受信任的本地工具进行更改。
对于新安装选择安装,对于现有安装选择修复。
重启所选AI应用。
确认
potassium_capabilities报告了execute_luau。
使用npm
在显式安装或修复中添加--allow-unsafe-execute:
npx --yes @mrketa/potassium-mcp@0.9.0-beta.2 repair --host codex --allow-unsafe-execute将codex替换为您配置的主机。
再次禁用它
在安装程序中,选择标准设置(推荐)并选择修复。
或者运行相同的CLI修复命令,但不带
--allow-unsafe-execute。之后重启受影响的AI应用。
有关完整操作模型,请参阅管理执行。
故障排除
症状 | 安全的下一步操作 |
AI应用无法看到Potassium MCP | 重启应用,然后运行安装程序的诊断。 |
诊断通过但工具无法连接 | 运行实时验证并确认 |
Potassium已重启或重新连接 | 重新连接Potassium,然后再次运行实时验证。 |
安装被中断或应用已移动 | 选择受影响的适配器,选择修复,然后重新运行诊断和实时验证。 |
您的应用未列出 | 使用手动或通用MCP说明。 |
卸载
打开安装程序,选择已配置的AI应用,然后选择卸载。这仅移除拥有的Potassium MCP条目,并保留无关的主机设置。
有关选择性CLI移除或完全移除所有拥有的主机,请参阅修复和卸载。
文档
文档 | 受众 |
供AI助手安全安装和验证Potassium MCP的复制粘贴提示。 | |
CLI安装、主机范围、管理模式、恢复和手动MCP配置。 | |
威胁边界、漏洞报告和安全保证。 | |
开发和贡献要求。 | |
公开发布历史。 |
许可证
根据Apache许可证2.0许可。
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
- Alicense-qualityBmaintenanceBridges MCP-capable LLM agents to the Serotonin Lua runtime, enabling live Roblox game interaction including instance tree navigation, memory access, and script execution.2MIT
- FlicenseAqualityCmaintenanceAn MCP server that bridges AI to Roblox Studio, enabling execution of Luau scripts, instance manipulation, play-testing control, and Open Cloud operations via natural language.21
- Flicense-qualityBmaintenanceMCP server for Roblox Studio integration, enabling AI agents to interact with Roblox through SSE transport and a local HTTP bridge for plugin communication.
- AlicenseAqualityBmaintenanceAn MCP server that bridges any MCP-capable AI host to Roblox Studio. The AI executes Lua live in Studio, reads output/errors, and iterates.23MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI dialogue using various LLM models via AceDataCloud
An MCP server that gives your AI access to the source code and docs of all public github repos
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/mrketa/potassium-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server