other tools and integrations

Think Mcp

Enhances any agent's reasoning capabilities by integrating the think-tools, as described in [Anthropic's article](https://www.anthropic.com/engineering/claude-think-tool).

python
local
other tools and integrations
0
View on GitHub

Installation

npx -y Rai220/think-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "think-mcp",
  "command": "npx",
  "args": [
    "-y",
    "Rai220/think-mcp"
  ]
}

About This MCP Server

Rai220/think-mcp

Enhances any agent's reasoning capabilities by integrating the think-tools, as described in Anthropic's article.

GitHub: https://github.com/Rai220/think-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub