Back to Home
makespacemadrid icon

docmost-mcp

Verified Safe

by makespacemadrid

Overview

Provides a lightweight HTTP and JSON-RPC interface, implementing the MCP protocol, to interact with a Docmost instance, enabling agents to read and write pages and spaces.

Installation

Run Command
npm start

Environment Variables

  • DOCMOST_BASE_URL
  • DOCMOST_API_TOKEN
  • DOCMOST_EMAIL
  • DOCMOST_PASSWORD
  • PORT
  • READ_ONLY

Security Notes

The server relies on environment variables for sensitive Docmost authentication credentials (API token or email/password), which is good practice. It handles JSON input parsing carefully, using it for parameters rather than direct code execution. The use of `fetch` for external API calls is standard. CORS `Access-Control-Allow-Origin: *` is enabled, which means it will accept requests from any origin; for some applications, this might be overly permissive, but for an API gateway consumed by various agents, it might be acceptable if Docmost's internal authentication is robust. No 'eval' or obvious malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-03

Tags

MCPAPI GatewayDocmostNode.jsAgent Integration