Open2

Claude×MCP×WSL2でwindsurf、cursorに代わる開発環境を整備していく

eijuworkseijuworks

Claude MCPサーバーのログをpowershellで tail -f 相当の見方をする

例:command-executor-mcp-server

https://github.com/Sunwood-ai-labs/command-executor-mcp-server

Get-Content -Path "C:\Users\[username]\AppData\Roaming\Claude\logs\mcp-server-command-executor.log" -Wait -Encoding UTF8 -Tail 10  | ForEach-Object { $_ -replace "\\n", "`n" }

例: filesystem

https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem

Get-Content -Path "C:\Users\[username]\AppData\Roaming\Claude\logs\mcp-server-filesystem.log" -Tail 10 -Wait -Encoding UTF8 | ForEach-Object { $_ -replace "\\n", "`n" }
eijuworkseijuworks

claude 3.7 sonnet は Claude Desktop 版を利用していて、16時から18時ぐらいまで作業していると、以下のように怒られて、制限を食らう。

では cursor で作業を続けるか、と同一モデルに作業を引き継がせようとすると止まる。


逆に、深夜12時から朝方にかけては Claude Desktop にも怒られたことはない。