Back to Home
jeroenmaes icon

bookstack-mcp-server

Verified Safe

by jeroenmaes

Overview

Provides an ASP.NET Core Model Context Protocol (MCP) server for managing and searching BookStack wiki content via its API.

Installation

Run Command
docker run -d -p 8080:8080 -e BookStack__BaseUrl=https://your-bookstack-instance.com --name bookstack-mcp-server bookstack-mcp-server

Environment Variables

  • BookStack__BaseUrl

Security Notes

The server implements per-request authentication using Bearer tokens, requiring BookStack API credentials for each call, preventing hardcoded secrets in the server itself. Write operations are disabled by default, adding a layer of protection against accidental modifications. Configuration is handled securely via appsettings.json or environment variables. No 'eval' or malicious patterns were observed in the provided truncated source code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-13

Tags

BookStackAPI ProxyMCPASP.NET CoreWiki