bookstack-mcp-server
Verified Safeby jeroenmaes
Overview
Provides an ASP.NET Core Model Context Protocol (MCP) server for managing and searching BookStack wiki content via its API.
Installation
docker run -d -p 8080:8080 -e BookStack__BaseUrl=https://your-bookstack-instance.com --name bookstack-mcp-server bookstack-mcp-serverEnvironment 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
mcp-dotnet-samples
This MCP server retrieves GitHub Copilot customizations, including instructions, agents, prompts, and collections, from the `awesome-copilot` repository to provide contextual guidance to AI models.
readwise-mcp
Provides AI assistants with programmatic access to Readwise libraries for reading, managing, searching, and tracking highlights, books, documents, and videos.
cosense-mcp-server
Provides a Model Context Protocol (MCP) interface for interacting with Cosense pages, enabling programmatic retrieval, listing, searching, and modification of content.
BitbucketMcpServers
Provides Model Context Protocol (MCP) server functionality for integrating with Bitbucket Cloud repositories to perform operations like listing pull requests and retrieving their details.