cercano-local

Route prompts to local AI models via Ollama through an MCP interface.

8|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/bryancostanich/Cercano --skill cercano-local
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cercano-local
Source: https://github.com/bryancostanich/Cercano/tree/main/plugins/skills/cercano-local
Command: npx skills add https://github.com/bryancostanich/Cercano --skill cercano-local

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cercano Local Inference enables running prompts against local AI models through Cercano's MCP interface, leveraging Ollama for private, fast on-device inference.

Core Features & Use Cases

  • Chat Mode: provide prompts directly to the local model for quick responses without cloud round-trips.
  • Agentic Code Generation: support a generate-validate loop that writes changes to disk and validates locally.
  • Local-first Routing: routes requests to a locally hosted Ollama backend, with optional remote fallbacks for larger models.

Quick Start

Prompt Cercano to run a local inference on your data using Ollama and return the results.

Frequently Asked Questions about cercano-local

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run local inference for AI prompts without cloud round-trips?

Run local inference by routing prompts through a Cercano server connected to an Ollama instance, which processes your requests entirely on-device for fast, private responses without cloud round-trips.

Can I use Ollama for agentic code generation and file writes?

Yes, Ollama supports agentic code generation through a generate-validate loop that executes code locally, writes changes directly to disk, and validates the results on your hardware.

What is an MCP interface for routing local AI model requests?

An MCP interface routes local AI model requests by acting as a bridge between your prompts and a locally hosted Ollama backend, managing the inference execution and returning results privately.

Do I need a Cercano server to run local models with Ollama?

Yes, you need a Cercano server connected to an Ollama instance to route requests to local inference, exposing the MCP interface needed to process chat prompts and agentic workflows.

Does local inference support remote fallbacks for larger AI models?

Yes, local-first routing primarily targets on-device Ollama inference but includes optional remote fallbacks to support larger AI models that exceed your local hardware capacity.

What are the limitations of running agentic code generation locally?

Limitations of local agentic code generation include hardware constraints affecting model size and speed, though optional remote fallbacks can mitigate capacity limits for larger models.