返回 Skill 列表
extension
分类: 开发与工程无需 API Key

chitti-mcp

当您需要从Codex启动或调用Chitti的MCP服务器(chitti.decide/recall/policy/audit)时使用此技能,在被调用之前保持工具详情不处于上下文中。

person作者: jakexiaohubgithub

Chitti MCP Skill

Use this when you need to record, recall, or audit decisions via Chitti's MCP tools.

Quick start

  • Start the MCP server:
    • scripts/start_server.sh
  • Call a tool in one shot (starts server, calls tool, exits):
    • scripts/mcp_call.sh chitti.decide '{"action":"pay","amount":5,"currency":"USDC","reason":"example"}'

When to use which tool

  • chitti.decide: record a decision (requires action, amount, reason).
  • chitti.recall: query history (filters like action, to, outcome, query, limit).
  • chitti.policy.*: manage/evaluate rules.
  • chitti.audit: fetch decision by id.

Notes

  • This skill wraps the existing MCP server; do not remove MCP if you need ChatGPT connectors or other MCP clients.
  • If a tool call fails, retry with valid JSON arguments and required fields.