Back to Home
lborjigi icon

bookstack-mcp

Verified Safe

by lborjigi

Overview

This server integrates BookStack documentation management with Cursor AI using the Model Context Protocol.

Installation

Run Command
/home/borjigin/dev/bookstack-mcp/run_server.sh

Environment Variables

  • BS_URL
  • BS_TOKEN_ID
  • BS_TOKEN_SECRET

Security Notes

The server uses environment variables for API credentials, which is a good security practice. HTTP requests are made using the httpx library, and there are no direct command injection vulnerabilities detected in the parsing or execution paths. The `setup_env.sh` script is interactive, reducing the risk of shell injection through user input if not used maliciously. A potential risk is Server-Side Request Forgery (SSRF) if the `BS_URL` is configured to point to an internal network address controlled by an attacker, allowing them to probe internal services. However, this is a configuration-level risk rather than a vulnerability in the code itself, which adheres to standard security practices for Python applications interacting with APIs.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-25

Tags

BookStackMCPCursor AIDocumentationAPI Client