Overview
What is docbase-mcp-server?
docbase-mcp-server is a Go-based Model Context Protocol (MCP) server that integrates with Docbase, a team document management service. It enables AI assistants and MCP clients to search, retrieve, and create posts in a Docbase workspace.
How to use docbase-mcp-server?
Clone the repository, build the binary with go build -o docbase-mcp-server, then configure the server in .cursor/mcp.json by setting the command path to the built binary and providing two environment variables: DOCBASE_API_DOMAIN (your Docbase domain) and DOCBASE_API_TOKEN (your API key).
Key features of docbase-mcp-server
- Search posts in Docbase
- Get a single post by ID
- Create new posts with content
Use cases of docbase-mcp-server
- AI assistant searches internal documentation for answers
- Automatically create meeting notes as Docbase posts
- Retrieve specific documents during development or support
FAQ from docbase-mcp-server
What operations does docbase-mcp-server support?
It supports three operations: Search Posts, Get Post, and Create Post.
How do I set up docbase-mcp-server?
Clone the repo, build the Go binary, and add the server configuration to .cursor/mcp.json with the correct command path and environment variables.
What environment variables are needed?
You must set DOCBASE_API_DOMAIN (your Docbase workspace domain) and DOCBASE_API_TOKEN (a valid API token).