Skip to main content
Glama
BlackFoil

claude-token-saver-mcp

by BlackFoil

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
offload_workA

Offload coding/text tasks to a local LLM (Ollama) to save Claude API tokens. Use for code generation, refactoring, formatting, boilerplate, and other routine tasks.

compress_contextA

Compress/summarize large text content using a local LLM to reduce cloud token usage. Use for summarizing logs, large files, or verbose context before sending to Claude.

cost_dashboardA

View cumulative cost savings and model usage statistics.

batch_offloadA

Submit multiple coding tasks as a batch to the local LLM. Tasks are processed sequentially or in parallel. Supports partial failure.

get_metricsB

Get server metrics in Prometheus text format or JSON. Includes request counts, latency, queue stats, cost savings, and health status.

recommend_modelA

Recommend the best local LLM model for a given task category based on system specs and installed models. Returns prioritized list with installation status and license info.

preload_modelA

Preload a model into VRAM for warm inference. Sends an empty chat request with keep_alive to keep the model loaded during the session.

list_loaded_modelsA

List all models currently loaded in VRAM with usage details. Shows VRAM usage, expiry time, and available slots.

pull_modelA

Download a model from the Ollama registry to local storage. Use this to install recommended models before preloading them into VRAM.

configure_model_selectorB

View or modify model selector settings at runtime. Manage blocked models, license filters, and custom model recommendations.

auto_setupA

Automate the full model setup flow: recommend the best model for a task category, download it if needed, and preload it into VRAM — all in one step.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlackFoil/claude-token-saver-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server