SACL (Semantic-Augmented Reranking and Localization) MCP Server for bias-aware code retrieval
SACL (Semantic-Augmented Reranking and Localization) MCP Server for bias-aware code retrieval. Exposed over MCP by the sacl mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
A Model Context Protocol (MCP) server that implements the SACL research framework to provide bias-aware code retrieval for AI coding assistants like Claude Code, Cursor, and other MCP-enabled tools.
Everything the assistant can do here goes through one of these:
Cursor — MCP server connectionPrerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverBuilding — The Building tool exposed by this serverContributing — 1. Fork the repository 2. Create a feature branch 3. Implement changes following SACL methodology 4. Add tests for new functionality 5. Submit a pullYou will need 5 environment variables: OPENAI_API_KEY, NEO4J_URI, NEO4J_USER, NEO4J_PASSWORD, SACL_REPO_PATH. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Sacl's toolset — Cursor, Prerequisites, Installation and 2 more — is a fair guide to whether it matches your workflow. It is maintained by ulasbilgen; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Sacl's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Cursor | MCP server connection |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
| Building | The Building tool exposed by this server. |
| Contributing | 1. Fork the repository 2. Create a feature branch 3. Implement changes following SACL methodology 4. Add tests for new functionality 5. Submit a pull request |
| Variable | Description | Required |
|---|---|---|
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
| NEO4J_URI | Configuration value read at startup. | Optional |
| NEO4J_USER | Configuration value read at startup. | Optional |
| NEO4J_PASSWORD | Configuration value read at startup. | Optional |
| SACL_REPO_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.