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.
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.
pip install context-lensAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"cornelcroi-context-lens-github": {
"command": "uvx",
"args": [
"pip install context-lens"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from context lens?"
No configuration required. This server works out of the box.
"What resources are available in context lens?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in context lens"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in context lens with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.