Client Setup: Cursor and Cursor CLI
Official references
Status
- Confidence: High (official docs found).
Integration notes
- Configure server command to run
reasonkit-think-mcpover stdio. - Validate
tools/listandprompts/listimmediately after registration.
Example (~/.cursor/mcp.json)
{
"mcpServers": {
"reasonkit-think": {
"type": "stdio",
"command": "/ABSOLUTE/PATH/TO/reasonkit-think-mcp",
"args": [],
"env": { "TMPDIR": "/tmp" }
}
}
}Full multi-client walkthrough: root README.md (collapsible sections).
Verification checklist
- MCP server appears in Cursor integrations list.
sequentialthinking_toolscallable.sequential-thinking-guidancevisible.