R
Recursive Thinking MCP
作者 @Parth3930
Token-efficient MCP server for AI agents to achieve production-ready solutions through iterative refinement
创建于 2/22/2026
更新于 3 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-recursive-thinking-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"parth3930-recursive-thinking-mcp": {
"command": "npx",
"args": [
"parth3930-recursive-thinking-mcp"
]
}
}
}