claude-token-saver-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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