ollama-code-mcp CLAUDE.md

ollama-code-mcp CLAUDE.md is an instructions file for Claude Code from darthzen/ollama-code-mcp. It costs 831 tokens per session, scanned A, original, MIT.

Project instructions for routing coding work between a local Ollama model and a cloud Claude model. They describe which tasks can be delegated to local tools and which should stay with the main agent.

In plain words
What is it for?
Use them when deciding whether to generate boilerplate, write first-draft tests, review large files or diffs, apply repeated edits, or keep work in the main agent.
Why use it?
They help choose the right model for repetitive or large-file work without handing sensitive, security-related, or architecture-sensitive decisions to a weaker local model.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/darthzen/ollama-code-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/darthzen/ollama-code-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ollama-code-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/darthzen/ollama-code-mcp/claude-md.svg)](https://agentmods.dev/instructions/darthzen/ollama-code-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/darthzen/ollama-code-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/darthzen/ollama-code-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 831 This file is loaded in full into every session.
When invoked 831 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00831 $0.00831
Opus 5 $0.00415 $0.00415
Sonnet 5 $0.00166 $0.00166
Haiku 4.5 $0.00083 $0.00083

Measured 5d ago against content hash 07edf17dab01, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

ollama-code-mcp CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Routing guidance: local Ollama vs. cloud Claude

This project exposes coding tools backed by a local/LAN Ollama instance (Qwen3) via MCP. Use this file to decide when to delegate a task to those tools versus doing it yourself.

Delegate to ollama-code-mcp when the task is...

  • Mechanical or repetitive. Writing a first-draft test suite, generating boilerplate (CRUD handlers, DTOs, config parsing), or applying the same mechanical edit across many files (batch_refactor).
  • Context-window-heavy but low-ambiguity. Explaining an unfamiliar file, reviewing a large diff for obvious issues (code_review_diff), or reviewing/refactoring a big file you'd otherwise have to paste in full. Use file_path / diff_file / glob_pattern instead of pasting content so the file never enters your own context window.
  • A useful first pass before your own review. Run review_code or code_review_diff to surface candidate issues, then apply your own judgment to what it finds rather than trusting it blindly -- local models are meaningfully weaker than you at subtle correctness reasoning.
  • Not security- or architecture-sensitive. Straightforward fixes, explanations, and tests for code where being wrong is cheap to catch and correct.

Keep in the cloud (do it yourself) when the task is...

  • Architecturally significant -- API design, cross-module refactors that require holding the whole system in mind, anything where a subtly wrong answer is expensive to unwind.
  • Security-sensitive -- auth, crypto, permission checks, anything touching secrets or user data. Don't delegate generation or fixes here; you can delegate a review pass as a second opinion, but verify its findings yourself.
  • Ambiguous or under-specified. If the task needs clarifying questions or multi-turn negotiation with the user, handle it yourself -- the Ollama tools are single-shot, not conversational.
  • Small and fast. A one-line fix or a quick rename isn't worth a network round-trip to another host; just make the edit.
  • Already failing. If a tool call reports Ollama is unreachable, timed out, or the model isn't pulled, don't retry it -- handle the task yourself. Call ollama_status once to confirm before writing off local delegation for the rest of the session.

Read the full file on GitHub · 64 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 64 lines · 831 tokens per session scan A 07edf17dab01

Subscribe to this mod's changes

ollama-code-mcp CLAUDE.md is an instructions file published in the GitHub repository darthzen/ollama-code-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 831 tokens to every session, about $0.0042 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.