Odel
docsonar

docsonar

Local
@ribhav-jainPythonMITUpdated 1mo ago

Local document search over your folders: hybrid keyword+semantic, fully offline, read-only

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIdocsonarv0.1.1

Run

uvx docsonar

MCP client config

{
  "mcpServers": {
    "docsonar": {
      "command": "uvx",
      "args": [
        "docsonar"
      ]
    }
  }
}