---
title: "Subagents and web search in Claude Code · Ollama Blog"
url: https://daily.dev/posts/subagents-and-web-search-in-claude-code-ollama-blog-1dhckyfjc
source_url: https://ollama.com/blog/web-search-subagents-claude-code
type: article
source: "Ollama"
published: 2026-08-23T12:23:56.956Z
updated: 2026-08-23T12:57:55.585Z
tags: ["ai-agents", "claude-code", "ollama"]
reading_time: 2
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Subagents and web search in Claude Code · Ollama Blog

**[Ollama](https://daily.dev/sources/ollama)** · 2 min read · 0 upvotes · 0 comments

## Summary

Ollama now supports subagents and web search directly within Claude Code, without requiring MCP servers or API keys. Users can launch Claude Code with any Ollama cloud model (e.g. minimax-m2.5:cloud, glm-5:cloud, kimi-k2.5:cloud) via a single CLI command. Subagents let tasks like file search, code exploration, and research run in parallel, each with its own context, keeping longer coding sessions from getting cluttered. Some models trigger subagents automatically, while others need explicit prompting. Web search is now built into Ollama's Anthropic compatibility layer, so models can fetch current information automatically, and subagents can combine parallel research with web search for tasks like auditing dependencies or comparing competitor pricing.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://ollama.com/blog/web-search-subagents-claude-code>

## Questions this post answers

### How do I use subagents with Claude Code through Ollama?

Launch Claude Code with an Ollama cloud model using the command ollama launch claude --model minimax-m2.5:cloud, then prompt the model to spawn or create subagents for tasks like exploring code, auditing security, or mapping database queries. Models such as minimax-m2.5, glm-5, and kimi-k2.5 can trigger subagents automatically, or you can force it by explicitly asking the model to use subagents. Each subagent runs in its own context so parallel tasks don't clutter the main session.

_Developers wiring up agentic coding workflows can track new subagent capabilities on daily.dev._

### Do I need an API key or MCP server to use web search in Claude Code with Ollama?

No, web search is now built directly into Ollama's Anthropic compatibility layer, so no MCP servers or API keys are required. When a model needs current information, Ollama handles the search and returns results automatically without additional configuration, and subagents can use this web search to research topics in parallel.

_Anyone evaluating AI coding tool setups can follow integration changes like this on daily.dev._

## Similar posts on daily.dev

- [I ignored Claude Code's subagents until I realized what I was missing](https://daily.dev/posts/i-ignored-claude-code-s-subagents-until-i-realized-what-i-was-missing-cooyy1dqn) · XDA Developers · 1 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#claude-code](https://daily.dev/tags/claude-code), [#ollama](https://daily.dev/tags/ollama)

[View this post on daily.dev](https://daily.dev/posts/subagents-and-web-search-in-claude-code-ollama-blog-1dhckyfjc)
