★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"bookstack-mcp-server": {
"command": "npx",
"args": [
"-y",
"MarkZither/bookstack-mcp-server-dotnet"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add bookstack-mcp-server npx -y MarkZither/bookstack-mcp-server-dotnet
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"bookstack-mcp-server": {
"command": "npx",
"args": [
"-y",
"MarkZither/bookstack-mcp-server-dotnet"
]
}
}
}
📋 Copy