mcpbeat Sign in

Docsonar MCP Server

by ribhav-jain Your server? Claim it
local only

Docsonar runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from pypi. Last commit 20 Jul 2026.

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

Installs per day peak 25 · avg 10 · -43% w/w
a month agotoday
47
Installs / week
pypi · docsonar
0
Stars
0 open issues
20 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Docsonar every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add docsonar -- uvx docsonar
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docsonar": {
      "args": [
        "docsonar"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docsonar]
command = "uvx"
args = ["docsonar"]
.cursor/mcp.json
{
  "mcpServers": {
    "docsonar": {
      "args": [
        "docsonar"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docsonar": {
      "args": [
        "docsonar"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Docsonar

same job, measured the same way
Minirag MCP
by sfrangulov

Local-first RAG MCP server: hybrid search over a folder of your own documents

220 installs/wk local only
Haypile
by benyd

Hybrid search over your local documents, with file and page citations. One binary, fully local.

local only
I
LocalSynapse - Local File Search MCP Server
by localsynapse

Offline AI-powered local file search. BM25 + semantic hybrid search across all documents.

local only
I
LocalSynapse - Local File Search MCP Server
by localsynapse

Offline AI-powered local file search. BM25 + semantic hybrid search across all documents.

local only
doc-scraper
by sriram-pr

Crawl documentation sites into local corpora agents can search, read, and diff fully offline.

local only
Qt4 Doc MCP Server
by jztan

Offline MCP server for local Qt 4.8, Qt 5, and Qt 6 documentation with full-text search.

87 installs/wk local only
PDF MCP
by jztan

Agentic RAG over one PDF or a whole folder: hybrid search, selective page reads, tables, OCR.

1 901 installs/wk local only
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only

Docsonar — questions

Answers built from our own checks of this server.

Why is there no uptime for Docsonar?
Docsonar runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package docsonar was installed 47 times last week.
How do I connect Docsonar?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls docsonar straight from pypi; nothing to host, nothing to sign up for.
How many people use Docsonar?
The pypi package docsonar was installed 47 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Docsonar open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.