Client Setup: Claude Code

Primary references

Status

  • Confidence: Medium-high (MCP connector + MCP standard docs).

Integration notes

  • Prefer local stdio server registration first.
  • Use debug mode if handshake fails.

Example (~/.claude.jsonmcpServers entry)

Merge this object into the existing mcpServers map (do not duplicate the outer key):

"reasonkit-think": {
  "type": "stdio",
  "command": "/ABSOLUTE/PATH/TO/reasonkit-think-mcp",
  "args": [],
  "env": { "TMPDIR": "/tmp" }
}

Multi-client reference: root README.md.

Verification checklist

  • Server initializes successfully.
  • Tools and prompt are discovered.
  • Deliberation flow returns expected JSON outputs.