FSL V4 semantic compression engine - MCP server. Compresses GitHub repos into dash-codex indexed chunks (R2+D1), selective decompression, not RAG/embedding-based.
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"
]
}
}
}
Run in terminal:
claude mcp add fsl-compress-mcp npx -y nothinginfinity/fsl-compress-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"fsl-compress-mcp": {
"command": "npx",
"args": [
"-y",
"nothinginfinity/fsl-compress-mcp"
]
}
}
}