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서버는 결정 세션 상태에 대해 의도적으로 상태 비저장(stateless)입니다. 대화 자체가 진화하는 결정 트리를 담고 있습니다. MCP 도구는 GRILL 프로토콜을 주입/조정하며 GRILL이 활성화된 동안 읽기 전용으로 유지됩니다.
ChatGPT 등록
현재 호스팅된 진단 프런트엔드:
https://grill-chat-sby65b.v2.appdeploy.ai/ChatGPT Developer Mode에서 사용자 지정 앱을 등록하는 데 사용되는 현재 MCP URL:
https://api-v2.appdeploy.ai/app/grill-chat-sby65b/api/mcp인증: No authentication.
저장소 구조
backend/index.ts— 현재 AppDeploy를 통해 배포되는 프로덕션 MCP 백엔드.index.html,src/, configs — 진단 프런트엔드/소스.tests/tests.txt— AppDeploy QA 시나리오.skill/— GRILL v2 동반 스킬 및 참고 자료..punto/— Punto por Punto 프로젝트 팩.
원저작물 및 저작자 표시
원본 /grill-me 스킬은 mattpocock/skills의 일부이며, Matt Pocock이 만들고 MIT 라이선스로 배포되었습니다.
이 저장소는 다른 런타임 및 배포 모델을 위한 각색/확장 버전입니다. Matt Pocock의 공식 ChatGPT 구현으로 제시되지 않습니다.
업스트림 저작권 및 라이선스 고지는 THIRD_PARTY_NOTICES.md를 참조하세요.
거버넌스
main은 정식(카노니컬)입니다. 실질적인 변경 사항은 브랜치 → 풀 리퀘스트 → 사람의 검토/병합을 거쳐야 합니다. 프로젝트별 정식 컨텍스트는 .punto/ 아래에 있습니다. Punto por Punto 마더 저장소는 프로젝트 메모리를 복제하지 않고 프로젝트를 등록하고 연합(federate)할 수 있습니다.
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