Skip to content
Back to search
30
MCP

Skim MCP Server

io.github.luw2007/skim-mcp-server

MCP server for Skim code transformation. Compresses code 60-95% for LLM context optimization.

Uptime
0.0%
21 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

llmtrim
MCP server and proxy that compresses LLM prompts, tool output, and replies to cut token cost.
0 tools
cotdp/scraper-mcp
Context-optimized MCP server for web scraping. Reduces LLM token usage by 70-90%.
0 tools
io.github.agentailor/slimcontext-mcp-server
MCP Server for SlimContext - AI chat history compression tools
0 tools
context-minimizer-mcp
MCP server for AI context optimization — AST-aware code indexing, tiered compaction, FTS5 search, dependency graphs, and LRU caching to mini
0 tools
src-mcp
MCP server for semantic code search and codebase analysis — Treesitter parsing, AST extraction, and embedding-based indexing for any LLM tha
0 tools
compresh-mcp
MCP server for Compresh — production-grade context compression with TUL 2.0 query-aware retrieval (paid tier) over the open tulbase core
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "skim_mcp_server": {
      "url": "None",
      "transport": "http"
    }
  }
}