ZhuBit/cowork-semantic-search
Platform-specific configuration:
{
"mcpServers": {
"cowork-semantic-search": {
"command": "npx",
"args": [
"-y",
"cowork-semantic-search"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/ZhuBit/cowork-semantic-search/stargazers) [](https://www.python.org/downloads/) [](LICENSE) [](https://modelcontextprotocol.io)
> If you find this useful, consider giving it a ⭐ — it helps others discover the project.
Local semantic search for your documents. No API keys. No cloud. Works with any MCP client.
---
AI coding tools are powerful, but they have blind spots when it comes to your local files:
This plugin bridges that gap. It indexes your local documents into a small, fast vector database. When you ask a question, it retrieves only the relevant pieces -- so your AI tool can answer with your actual data.
Your documents --> chunked --> embedded --> local vector DB
|
Your question --> embedded --> similarity search --> relevant chunks --> AI answersLoading reviews...