mcp-think-server

mcp-think-server

12

Think Server is a project intended for use with Claude Desktop, involving the setup of an MCP server. The instructions emphasize customization and setup for specific user environments.

Think Server

セットアップ方法

MCPサーバーの設定

Claude Desktopでこのサーバーを使用するには、以下の設定をclaude_desktop_config.jsonに追加してください:

{
    "mcpServers": {
        "think": {
            "command": "uv",
            "args": [
                "--directory",
                "C:\\Users\\{user}\\mcp_server\\think_server",
                "run",
                "server.py"
            ]
        }
    }
}

注意:

  • {user}は実際のユーザー名に置き換えてください
  • パスは実際のサーバーのインストール場所に合わせて調整してください