otegal/docbase-mcp-server
If you are the rightful owner of docbase-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A DocBase Model Context Protocol server
The DocBase MCP Server is a specialized server designed to facilitate communication and data exchange using the Model Context Protocol (MCP). It is particularly tailored for integration with DocBase, a platform for managing and sharing documentation within teams. The server allows for seamless interaction with DocBase's API, enabling users to search and retrieve posts efficiently. It is built with Node.js, making it easy to install and run on various platforms. The server supports development features such as auto-rebuild and debugging tools to enhance the development experience.
Features
- Integration with DocBase API for post searching
- Built with Node.js for cross-platform compatibility
- Supports auto-rebuild for efficient development
- Debugging support via MCP Inspector
- Configurable for use with Claude Desktop
Usages
usage with Claude Desktop
{ "mcpServers": { "docbase-mcp-server": { "command": "/path/to/docbase-mcp-server/build/index.js" } } }
usage with WSL
{ "mcpServers": { "docbase-mcp-server": { "command": "wsl", "args": [ "DOCBASE_ACCESS_TOKEN=your-access-token", "DOCBASE_TEAM_NAME=your-team-name", "node", "/path/to/docbase-mcp-server/build/index.js" ] } } }
Tools
docbase-posts-search
Search posts