Servidor MCP de cadena de pensamiento
El artículo reciente de Anthropic "La herramienta "pensar": permitir que Claude se detenga y piense en situaciones complejas de uso de herramientas" muestra que el uso de una herramienta think
externa aumenta notablemente el rendimiento en SWE Bench .
Este servidor MCP utiliza la API de Groq para llamar a los LLM que exponen tokens de cadena de pensamiento sin procesar del modelo qwq de Qwen.
Instalación
- Clone este repositorio en su máquina local.
- Ejecute
uv sync
para instalar las dependencias - Obtenga una clave API de Groq desde aquí .
- Actualice su configuración de mcp con:
La ruta debe ser la ruta local de este repositorio. Puede obtenerla fácilmente ejecutando pwd
en la terminal desde la raíz del repositorio.
Dar instrucciones a la IA para que utilice este servidor MCP
Personalmente, prefiero que el agente llame a esta herramienta en cada solicitud para mejorar el rendimiento. Añado esto a mis reglas para el agente:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Un servidor MCP que utiliza la API de Groq para exponer tokens de cadena de pensamiento sin procesar del modelo qwq de Qwen, lo que permite a los LLM pensar paso a paso antes de responder.
Related MCP Servers
- -securityAlicense-qualityA MCP server that exposes GraphQL schema information to LLMs like Claude. This server allows an LLM to explore and understand large GraphQL schemas through a set of specialized tools, without needing to load the whole schema into the contextLast updated -1238JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that enables managing multiple lines of thought with features like branch navigation, cross-references between related thoughts, and insight generation from key points.Last updated -11TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that allows AI assistants like Claude to interact with Go's Language Server Protocol (LSP) and benefit from advanced Go code analysis features.Last updated -35GoApache 2.0
- -securityAlicense-qualityA minimal demonstration of an MCP service and client that integrates with the qwen API interface, showing basic functionality of a Model Control Protocol implementation.Last updated -PythonMIT License