MCP Server
Maintained
MIT
io.github.base76-research-lab/token-compressor MCP Server
io.github.base76-research-lab/token-compressor
What is the io.github.base76-research-lab/token-compressor MCP server?
Compress prompts 40-60% using local LLM + embedding validation. Preserves all conditionals.
How to install io.github.base76-research-lab/token-compressor
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"token-compressor": {
"command": "uvx",
"args": [
"token-compressor-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"token-compressor": {
"command": "uvx",
"args": [
"token-compressor-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"token-compressor": {
"command": "uvx",
"args": [
"token-compressor-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"token-compressor": {
"type": "stdio",
"command": "uvx",
"args": [
"token-compressor-mcp"
]
}
}
}Claude Code
claude mcp add token-compressor -- uvx token-compressor-mcpRelated MCP servers
CognOS trust scoring (C=p·(1-Ue-Ua)) and session trace storage as MCP tools.
1
View repository →Python
Exposes a CognOS agent system as a machine-readable graph. Full system snapshot with one tool call.
0
View repository →Python