Harness-native compressed context engine for AI coding agents — Pure Rust MCP server, 89+ tools, 25 languages, 50-87% token reduction
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"codelens-mcp-plugin": {
"command": "cargo",
"args": [
"run",
"--",
"codelens-mcp-plugin"
]
}
}
}
Run in terminal:
claude mcp add codelens-mcp-plugin cargo run -- codelens-mcp-plugin
Add to .cursor/mcp.json:
{
"mcpServers": {
"codelens-mcp-plugin": {
"command": "cargo",
"args": [
"run",
"--",
"codelens-mcp-plugin"
]
}
}
}