Docmost Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Docmost Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An implementation of the Model Context Protocol (MCP) that allows LLM-based tools (like Claude, Cursor, or Windsurf) to interact with a Docmost wiki.
The server enables the following documentation management capabilities:
Add the server to your mcpServers configuration:
{
"mcpServers": {
"docmost": {
"command": "docmost-mcp",
"env": {
"DOCMOST_BASE_URL": "https://your-docmost-url.com",
"DOCMOST_API_TOKEN": "your-api-token"
}
}
}
}Note: Ifdocmost-mcpis not in your system PATH, use the full path to the executable (e.g., the output ofwhere docmost-mcpon Windows orwhich docmost-mcpon Linux).
FastMCP for the server layer and httpx for asynchronous API communication.# Clone and setup
git clone https://github.com/Dev789/docmost-mcp-server.git
cd docmost-mcp-server
python -m venv venv
source venv/bin/activate # venv\Scripts\activate on Windows
# Editable install
pip install -e .~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.