Databases
Trust: 39/100 (Limited)io.github.amol21p/interactive-terminal Guide
MCP server for real interactive terminal sessions — REPLs, SSH, databases, Docker
12 starsby amol21p
Quick Start
Install
npx mcp-interactive-terminalClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-amol21p-interactive-terminal": {
"command": "npx",
"args": [
"mcp-interactive-terminal"
]
}
}
}