Skip to main content
Glama

BookStack MCP Server

by ttpears
package.json756 B
{ "name": "bookstack-mcp", "version": "1.0.0", "description": "BookStack MCP server with SSE support for LibreChat", "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "dev:stdio": "tsx src/stdio.ts", "start": "node dist/index.js", "start:stdio": "node dist/stdio.js", "type-check": "tsc --noEmit" }, "keywords": [ "mcp", "bookstack", "sse", "librechat" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "express": "^4.18.2", "axios": "^1.6.0" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.10.0", "tsx": "^4.6.0", "typescript": "^5.3.0" } }

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/ttpears/bookstack-mcp'

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