Skip to main content
Glama

BookStack MCP Server

by lautarobarba
package.json1.27 kB
{ "type": "module", "name": "@lautarobarba/bookstack-mcp-server", "version": "1.0.1", "description": "MCP Server for BookStack API - Allows AI models to interact with BookStack wiki", "main": "build/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && chmod 755 build/index.js", "dev": "tsc --watch", "start": "node build/index.js", "test-simple": "node test-simple.js", "test-interactive": "node test-mcp.js", "lint": "eslint src --ext .ts", "format": "prettier --write src/**/*.ts", "prepublishOnly": "npm run build", "inspect": "npx @modelcontextprotocol/inspector node build/index.js" }, "keywords": [ "mcp", "bookstack", "api", "wiki", "documentation", "ai" ], "author": "Lautaro Barba", "repository": { "type": "git", "url": "git+https://github.com/lautarobarba/bookstack_mcp_server.git" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.1", "axios": "^1.6.0", "form-data": "^4.0.0", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.2.0", "typescript": "^5.9.2" }, "bin": { "bookstack-mcp-server": "build/index.js" }, "files": [ "build" ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lautarobarba/bookstack_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server