Trust: 20/100 (Limited)
SandBase CLI MCP Bridge Guide
Official open-source CLI and local MCP bridge that configures 25 AI client targets and exposes six tools for discovering, inspecting, and running models and APIs through SandBase.
Quick Start
Install
npx -y @sandbaseai/cli connectClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"sandbase-cli-mcp-bridge": {
"command": "npx",
"args": [
"-y @sandbaseai/cli connect"
]
}
}
}