Client Setup: Claude Code
Primary references
- https://platform.claude.com/docs/en/agents-and-tools/mcp-connector
- https://modelcontextprotocol.io/docs/develop/connect-local-servers
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.json → mcpServers 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.