Search | DeepWiki
Dhravya/apple-mcp | DeepWiki --- Dhravya/apple-mcp | DeepWiki
Search | DeepWiki
DeepWiki provides up-to-date documentation you can talk to, for every repo in the world. Think Deep Research for GitHub - powered by Devin.
2025/5/23
public.icon
#annopage annos://deepwiki.com/search/claudemcpmcpchatgptapiremote-m_1f90176b-2162-49f7-94a0-4d1dfd945293
🍀
これって、今はclaudeのmcpとして使っていて、設定を見る感じローカルでしか動かなさそう。これをリモートMCPさーばー化して、もしchatgptとかがAPI経由でremote mcpに対応したら叩けるようになる?
🍀
リモートMCPサーバー化について
技術的には可能ですが、大幅な変更が必要です:
トランスポート層の変更: 現在の index.ts:1061 StdioServerTransportから、HTTP/WebSocketベースの実装への変更が必要
依存関係の活用: package.jsonには package.json:36 @hono/node-serverが含まれているため、HTTP APIサーバーの実装基盤は準備されている可能性があります
macOS依存性: Apple ScriptやJXAを使用した index.ts:8 macOSアプリケーション連携が必要なため、サーバー自体はmacOS上で動作する必要があります
ChatGPTでの利用可能性