Client Setup: Cursor and Cursor CLI

Official references

Status

  • Confidence: High (official docs found).

Integration notes

  • Configure server command to run reasonkit-think-mcp over stdio.
  • Validate tools/list and prompts/list immediately 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_tools callable.
  • sequential-thinking-guidance visible.