Terry
Freeby MCP Community
ModelContextProtocol server for Terry CLI integration
v0.3.0Added Apr 12, 2026
Terry MCP Server
ModelContextProtocol server for Terry CLI integration
Installation
Reviews
Installation
Quick install
npx -y terry-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"terry": {
"command": "npx",
"args": ["-y", "terry-mcp"]
}
}
}