R
Recursive Thinking MCP
by @Parth3930
Token-efficient MCP server for AI agents to achieve production-ready solutions through iterative refinement
Created 2/22/2026
Updated 3 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-recursive-thinking-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"parth3930-recursive-thinking-mcp": {
"command": "npx",
"args": [
"parth3930-recursive-thinking-mcp"
]
}
}
}