Claude Code Using Claude Code with LiteLLM As per: https://docs.litellm.ai/docs/tutorials/claude_responses_api export env vars corresponding to your litellm proxy instance: export ANTHROPIC_BASE_URL="http://0.0.0.0:4000" export ANTHROPIC_AUTH_TOKEN="$LITELLM_MASTER_KEY" Using Claude Code with LM Studio ReferenceĀ  Start the server: lms server start --port 1234 Point Claude Code at local instance: export ANTHROPIC_BASE_URL=http://localhost:1234 export ANTHROPIC_AUTH_TOKEN=lmstudio Github Official Plugin Reads PAT from GITHUB_PERSONAL_ACCESS_TOKEN env var. When PAT expires, update it in zshrc or wherever yours is stored. Github MCP Only Public project here: https://github.com/github/github-mcp-server Generate a PATĀ  Enable the tool in Claude Code claude mcp add --transport http github https://api.githubcopilot.com/mcp/ --header "Authorization: Bearer "