bookstack-mcp-server-dotnet

MarkZither/bookstack-mcp-server-dotnet
★ 0 stars C# 🧠 Memory/Knowledge Updated today
A Model Context Protocol (MCP) server providing full access to BookStack's knowledge management capabilities in .net 10 inspired by https://github.com/pnocera/bookstack-mcp-server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bookstack-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "MarkZither/bookstack-mcp-server-dotnet"
      ]
    }
  }
}