File-based comms protocol for AI-to-AI dialogue between terminal agents.
claude mcp add letterbox -- uvx letterbox
claude_desktop_config.json
{
"mcpServers": {
"letterbox": {
"command": "uvx",
"args": [
"letterbox"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"letterbox": {
"command": "uvx",
"args": [
"letterbox"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"letterbox": {
"command": "uvx",
"args": [
"letterbox"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"letterbox": {
"type": "stdio",
"command": "uvx",
"args": [
"letterbox"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"letterbox": {
"command": "uvx",
"args": [
"letterbox"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.dovahkiin-v--letterbox/reviews or the review_server meta-tool.
POST /mcp