GrillMe MCP
GrillMe MCP
通过远程 MCP 应用对 ChatGPT Web 进行决策压力测试。
特别感谢 Matt Pocock。 GRILL 的灵感来源并发展自 Matt Pocock 出色的
/grill-me/grilling工作流。他的原始理念——不断追问一个计划直至达成共识,解决决策依赖,通过研究事实而不是询问用户,并为每个决策推荐答案——是使这个项目成为可能的基础。
本仓库将该概念适配为普通 ChatGPT Web Chat场景下的远程托管 MCP 应用,并进一步扩展了显式状态跟踪、证据/工具路由、矛盾处理、只读边界、现代与旧版 ChatGPT MCP 兼容性,以及 Shared Understanding 审批门。
功能简介
GrillMe 暴露一个模型可见的 MCP 工具:
grill连接自定义应用后,即可在普通 ChatGPT 对话中调用它,例如:
@GrillMe /grill
Quiero decidir si deberíamos rediseñar la arquitectura del producto.支持的控制命令包括:
startstatustreeassumptionsfactsrisksresumestopapprove
Related MCP server: Decision State MCP
架构
ChatGPT Web
↓
@GrillMe / custom app
↓
AppDeploy MCP gateway
↓
POST /api/mcp
↓
tool: grill
↓
GRILL protocol in the current conversation对于决策会话状态,服务器有意保持无状态:对话本身承载不断演进的决策树。MCP 工具注入/协调 GRILL 协议,并在 GRILL 激活期间保持只读。
ChatGPT 注册
当前托管的诊断前端:
https://grill-chat-sby65b.v2.appdeploy.ai/用于在 ChatGPT 开发者模式中注册自定义应用的当前 MCP URL:
https://api-v2.appdeploy.ai/app/grill-chat-sby65b/api/mcp身份验证:No authentication。
仓库结构
backend/index.ts— 当前通过 AppDeploy 部署的生产 MCP 后端。index.html、src/、配置文件 — 诊断前端/源码。tests/tests.txt— AppDeploy QA 场景。skill/— GRILL v2 配套技能和参考资料。.punto/— Punto por Punto Project Pack。
原始作品与署名
原始 /grill-me 技能属于 mattpocock/skills 仓库的一部分,由 Matt Pocock 创建,并以 MIT 许可证分发。
本仓库是针对不同运行时和分发模型的改编/扩展。它并非 Matt Pocock 的官方 ChatGPT 实现。
上游版权和许可声明请参见 THIRD_PARTY_NOTICES.md。
治理
main 分支是规范版本。实质性更改应通过 分支 → 拉取请求 → 人工审查/合并 的流程落地。项目特定的规范上下文位于 .punto/ 下;Punto por Punto 母仓库可以注册并联合该项目,而无需复制其记忆。
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
- AlicenseBquality-maintenanceMCP server for structured reasoning with cognitive trap detection, verification, and context compression5411
- FlicenseBqualityCmaintenanceA small MCP server that stores and retrieves compact decision-relevant state (goals, constraints, facts, decisions) outside the chat context, enabling easy retrieval for Claude Code or Codex.8
- Alicense-qualityCmaintenanceLocal MCP server bridging ChatGPT Web to local tools for file, shell, git, test, and process management with secure policy controls.MIT
- Alicense-qualityFmaintenanceMCP server that drives chatgpt.com via web UI automation using a session token, enabling long-running tasks, deep research, and image generation.212MIT
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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/PuntoxPunto/GrillMe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server