Semantic Sift

by luismichio

167 downloads
Not rated
GitHub

About

# 🔍 Semantic-Sift **The Reasoning-First Middleware for High-Fidelity Agentic Workflows.** [![CI](https://github.com/luismichio/semantic-sift/actions/workflows/ci.yml/badge.svg)](https://github.com/luismichio/semantic-sift/actions/workflows/ci.yml)…

Details

Author
luismichio
Downloads
167
Categories
Developer Tools, AI, Other, Knowledge Base

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Semantic Sift
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

{
  "mcpServers": {
    "semantic-sift": {
      "command": "semantic-sift",
      "args": [],
      "env": {
        "SIFT_ALLOW_GLOBAL_READS": "false"
      }
    }
  }
}

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "semantic sift": {
            "semantic-sift": {
                "command": "semantic-sift",
                "args": [],
                "env": {
                    "SIFT_ALLOW_GLOBAL_READS": "false"
                }
            }
        }
    }
}

McpServers

{
    "semantic-sift": {
        "command": "semantic-sift",
        "args": [],
        "env": {
            "SIFT_ALLOW_GLOBAL_READS": "false"
        }
    }
}

🔍 Semantic-Sift

The Reasoning-First Middleware for High-Fidelity Agentic Workflows.

CI
Tests
Coverage
PyPI
Python
Security
License
OSI

> "It saves tokens while preserving context - maximizing reasoning, minimizing hallucination."

Semantic-Sift is a local Model Context Protocol (MCP) server that acts as an intelligent "Sanitation Tier" between your raw data and your AI’s context window.

While modern LLMs have massive context windows, their reasoning accuracy often degrades as noise increases. Semantic-Sift solves this by distilling technical logs, long-form documents, and chat histories into high-density context using LLMLingua-2. It treats your context window as a precious resource—optimizing for Signal-to-Noise Ratio (SNR) so your models spend more time reasoning and less time navigating boilerplate.

🧠 Philosophy: The Studio of Two

Semantic-Sift is grounded in the Studio of Two philosophy: the belief that the future of engineering is a high-fidelity partnership between a human architect and a sovereign AI sidecar. By managing the friction of raw data ingestion, Sift allows this "Studio" to focus on building systems, not just applying patches. It acts as a cognitive filter that ensures both you and your agent are collaborating on the cleanest, most relevant representation of the technical truth.

---

⚡ Quickstart (60 seconds)

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.