cd /news/developer-tools/running-claude-code-via-nvidia-nim-p… · home topics developer-tools article
[ARTICLE · art-26055] src=gist.github.com pub= topic=developer-tools verified=true sentiment=· neutral

Running Claude Code via NVIDIA NIM Proxy

A developer created a local proxy server that routes Claude Code traffic to NVIDIA NIM, enabling use of NVIDIA's AI models through the Claude Code interface. The proxy tool, available on GitHub, requires an NVIDIA API key and runs on port 8082 with environment variables to intercept and redirect requests.

read1 min publishedMay 18, 2026

This guide walks you through routing Claude Code to NVIDIA NIM using a local proxy server.

Before starting, ensure you have uv

installed on your system to manage Python tools.

  • Visit the NVIDIA API Keys settings page. - Generate a new API key and save it securely. You will need this to authenticate with the NIM models.

Install the proxy tool using uv

and launch the server.

uv tool install --force git+https://github.com/Alishahryar1/free-claude-code.git

fcc-server

Note:Keep this terminal window open. The server runs on port8082

. You can access the admin panel at[http://127.0.0.1:8082/admin].

Open a new terminal window. You must set these environment variables to intercept Claude Code traffic and route it to your local server.

export ANTHROPIC_AUTH_TOKEN="freecc"

export ANTHROPIC_BASE_URL="http://localhost:8082"

See the comment below on how you can add this to your .bashrc

as a custom function

In the same terminal where you just configured the environment variables, launch Claude Code.

claude

Once inside the Claude Code interface, verify that the routing is working properly by running the status command:

/status

Ram N

── more in #developer-tools 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/running-claude-code-…] indexed:0 read:1min 2026-05-18 ·