Set Up bkend MCP Server
Prerequisites
Step 1: Add the MCP Server (Installation)
claude mcp add --scope user bkend --transport http https://api.bkend.ai/mcp{
"mcpServers": {
"bkend": {
"type": "http",
"url": "https://api.bkend.ai/mcp"
}
}
}~/.cursor/mcp.json{project root}/.cursor/mcp.json{
"mcpServers": {
"mcp-bkend": {
"type": "http",
"url": "https://api.bkend.ai/mcp"
}
}
}Step 2: Authenticate


Authentication Flow



Step 3: Verify the Connection
Managing Your Configuration
Check registered MCP servers (Claude Code)
Remove an MCP server (Claude Code)
Update an MCP server (Claude Code)
Troubleshooting
Symptom
Solution
Next Steps
Last updated