DocBase MCP Server provides a bridge between AI assistants and DocBase document management platform, enabling search, retrieval, creation, and updating of posts through a clean API. Built with Go using the mark3labs/mcp-go framework, it exposes five core tools for interacting with DocBase content: searching posts by query, retrieving specific posts by ID, creating new posts, updating existing content, and adding comments. The implementation requires minimal configuration with just a DocBase domain and API token, making it ideal for teams who need AI assistants to access or manage their DocBase knowledge repositories.
shogo-ma