Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

I built an MCP to allow Claude agents pair-program through an encrypted tunnel

I built an MCP server that enables Claude agents to pair-program through an encrypted tunnel. It uses a tunnel client-server architecture to securely connect Claude Desktop instances across different machines, allowing real-time collaborative editing and code review.

背景メモ

「tunnel-mcp」は、Claude(Anthropic社のAIアシスタント)が外部のマシンと暗号化トンネルを通じてペアプログラミングできるようにする、コミュニティ製のツール。 - **MCP(Model Context Protocol)**: Anthropicが2024年に公開したプロトコルで、AIアシスタントが外部のデータソースやツール(ファイルシステム、API、データベースなど)に安全にアクセスできる仕組み。Claude Desktopアプリが対応。 - **ペアプログラミング**: 開発者がコードをリアルタイムで共同編集する手法。このツールでは、Claudeが相手側のファイルシステムやターミナルにアクセスし、人間の開発者と協力してコードを書く・レビューすることを可能にする。 - 暗号化トンネル(SSHトンネリングなど)を使うため、リモートマシン同士でも安全に接続できる。 - コミュニティ製の実験的ツールであり、Anthropic公式の製品ではない。

関連記事

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.