fsl-compress-mcp

nothinginfinity/fsl-compress-mcp
★ 0 stars JavaScript AI/LLM Updated today
FSL V4 semantic compression engine - MCP server. Compresses GitHub repos into dash-codex indexed chunks (R2+D1), selective decompression, not RAG/embedding-based.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fsl-compress-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nothinginfinity/fsl-compress-mcp"
      ]
    }
  }
}