MCP server that exposes terminal pilot automation as tools.
| Tool name | Description | Destructive? |
|---|---|---|
| caesar_cipher_encrypt | ✓ no | |
| word_of_the_day | ✓ no | |
| notify_during_call | ✓ no | |
| dynamic_add | ✓ no | |
| list_pages | ✓ no |
| read_page | ✓ no | |
| search_memory | ✓ no | |
| status | ✓ no | |
| append_to_page | ✓ no | |
| test | ✓ no | |
| dynamic | ✓ no | |
| echo | ✓ no |
{
"mcpServers": {
"terminal-pilot": {
"command": "npx",
"args": [
"-y",
"terminal-pilot-mcp"
]
}
}
}