MCP
Configure MCP (Model Context Protocol) connections so your AI tools can connect to Boltic services via STDIO or Streamable HTTP.
Setup
# Configure MCP for Claude Desktop (default client)
boltic mcp setup https://mcp.boltic.io/sse
# Specify a client and a friendly name
boltic mcp setup https://mcp.boltic.io/sse my-boltic --client claude
Supported Clients
| Client | Identifier |
|---|---|
| Claude Desktop | claude |
| Cline | cline |
| RooCode | roocode |
| Windsurf | windsurf |
| Cursor | cursor |
| VS Code | vscode |
| VS Code Insiders | vscode-insiders |
| Witsy | witsy |
| Enconvo | enconvo |
| BoltAI | boltai |
| Amazon Bedrock | amazon-bedrock |
| Amazon Q | amazonq |
| LibreChat | librechat |
| Gemini CLI | gemini-cli |
Options
| Option | Description |
|---|---|
--client <name> | Target AI client to configure (default: claude) |
--name <alias> | Friendly name for the MCP connection |