Comment Insert
MCP Serverby eat-pray-ai · Added 5mo ago
Claude
377
Install
git clone https://github.com/eat-pray-ai/yutuAdd to Claude
claude mcp add comment-insertQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"comment-insert": {
"command": "npx",
"args": [
"@modelcontextprotocol/comment-insert"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Reply to a comment or add a top-level comment (note: use commentThread insert for top-level usually, but check API). Actually, comment insert is used for replying to a thread (parentId) or specific context.
Tags
developmentbashexpressapiskill