|
1 | | -# CLOV - Context Limiter & Output Vetter  |
| 1 | +# CLOV  |
| 2 | + |
| 3 | +[](https://opensource.org/licenses/MIT) |
| 4 | +[](https://github.com/alexandephilia/clov-ai/releases/tag/v0.35.0) [](#) |
| 5 | + |
| 6 | +### 「Context Limiter & Output Vetter」 |
2 | 7 |
|
3 | 8 | _CLOV includes work derived from [RTK](https://github.com/rtk-ai/rtk/), extended with a Rust implementation, deeper MCP proxy support, structured-response filtering, dynamic truncation controls, and a more local-first workflow with filtering and telemetry handled on-device._ |
4 | 9 |
|
5 | 10 | <p align="left"> |
6 | 11 | <img src="assets/clov.png" width="400" alt="clov mascot"> |
7 | 12 | </p> |
8 | 13 |
|
9 | | -[](#) |
10 | | -[](https://claude.ai/code) |
11 | | -[](#) |
12 | | -</br> |
13 | | -[](https://opensource.org/licenses/MIT) |
14 | | -[](https://github.com/alexandephilia/clov-ai/releases/tag/v0.35.0) |
15 | | - |
16 | | -<p align="center"> |
| 14 | +<p align="left"> |
17 | 15 | <strong>Quick install</strong><br/> |
18 | 16 | <code>brew tap alexandephilia/clov && brew install clov</code> |
19 | 17 | </p> |
20 | 18 |
|
| 19 | +[](#) |
| 20 | +[](#) |
| 21 | +[](#) |
| 22 | +</br> |
| 23 | +[](#) [](#) [](#) |
| 24 | + |
21 | 25 | > Primary command names now use the CLOV surface (`pulse`, `hook`, `bridge`, `settings`, `doctor`, `inspect`). The old names were removed as part of the CLI migration. |
22 | 26 |
|
23 | 27 | MCP (Model Context Protocol) servers are brilliant, but their outputs are an uncontrolled firehose of context-destroying noise. When your AI agent pulls web search results or database dumps, it swallows navigation chrome, tracking parameters, and megabytes of unstructured JSON. |
|
0 commit comments