Context Lens

data-ai MCP Server

Semantic search knowledge base for MCP-enabled AI assistants. Index local files or GitHub repos, query with natural language. Built on LanceDB vector storage. Works with Claude Desktop, Cursor, and other MCP clients.

VerifiedInstall Ready
data-aidata-ai
4 views24 stars2 forksMIT

Why This Matters

Discovered via smithery and last synced 3mo ago.

VerifiedInstall Ready
Source
smithery
Stars
24
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

uvx context-lens

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "context-lens": {
      "command": "uvx",
      "args": [
        "context-lens"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

6
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (6)

🔍 search_documents

Semantic search across all content

🧹 clear_knowledge_base

Remove all documents

🗑️ remove_document

Remove specific documents

📥 add_document

Add files, folders, or GitHub URLs

📋 list_documents

Browse indexed documents

ℹ️ get_document_info

Get metadata about a document