Trust: 25/100 (Limited)
SandBase CLI Guide
Open-source TypeScript CLI and MCP bridge connecting 25 AI client targets to 2,000+ AI models and APIs through six discovery, inspection, execution, polling, history, and account tools.
by sandbaseai
Quick Start
Install
npx -y https://github.com/sandbaseai/cli/releases/download/v0.1.17/sandbaseai-cli-0.1.17.tgz connectClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"sandbase-cli": {
"command": "npx",
"args": [
"-y https://github.com/sandbaseai/cli/releases/download/v0.1.17/sandbaseai-cli-0.1.17.tgz connect"
]
}
}
}