Caveman Core
БесплатноНе проверенMCP server that compresses LLM responses into caveman-style prose, reducing token usage by ~65% while maintaining technical accuracy.
Описание
MCP server that compresses LLM responses into caveman-style prose, reducing token usage by ~65% while maintaining technical accuracy.
README
MCP server that teaches LLMs to respond in compressed caveman-style prose.
Cuts output tokens ~65% while keeping full technical accuracy. Zero external dependencies.
What it exposes
Prompts
| Name | Effect |
|---|---|
caveman |
Full mode — drops articles, fillers, fragments OK |
caveman_lite |
Lite mode — removes filler/hedging, keeps articles and full sentences |
caveman_ultra |
Ultra mode — maximum compression, one word when one word enough |
Resources
| URI | Content |
|---|---|
caveman://rules |
Full ruleset text |
caveman://rules/lite |
Lite ruleset text |
caveman://rules/ultra |
Ultra ruleset text |
Tools
| Name | Description |
|---|---|
compress_text |
Post-process any text through the compression algorithm |
Install
{
"mcpServers": {
"caveman": {
"command": "node",
"args": ["/path/to/caveman-core-mcp/src/index.js"]
}
}
}
Or with npx after publishing:
{
"mcpServers": {
"caveman": {
"command": "npx",
"args": ["caveman-core-mcp"]
}
}
}
Usage
Inject via prompt (recommended)
Use the caveman prompt at session start. The host sends the ruleset as context and the LLM adopts compressed mode for the rest of the session.
Inject via resource
Read caveman://rules and include the text in your system prompt manually.
Post-process text
Call the compress_text tool to strip filler from any already-generated text.
{
"name": "compress_text",
"arguments": {
"text": "Sure! I'd be happy to help you with that. The issue you're experiencing is likely caused by a missing semicolon."
}
}
Returns:
{
"content": [{ "type": "text", "text": "Issue caused by missing semicolon." }],
"_meta": { "before": 95, "after": 35, "savedPercent": 63 }
}
Requirements
- Node.js >= 18
- No npm dependencies
Origin
Based on caveman by Julius Brussee (MIT).
src/compress.js— derived fromsrc/mcp-servers/caveman-shrink/compress.jssrc/skill.js— derived fromskills/caveman/SKILL.mdsrc/index.js— new standalone MCP server built on top of the above
Установка Caveman Core
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/MatheusPCardoso/caveman-mcpFAQ
Caveman Core MCP бесплатный?
Да, Caveman Core MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Caveman Core?
Нет, Caveman Core работает без API-ключей и переменных окружения.
Caveman Core — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Caveman Core в Claude Desktop, Claude Code или Cursor?
Открой Caveman Core на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Caveman Core with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
