MCP Hub
Back to servers

DocBase

MCP (Model Context Protocol) Server. Connects AI systems to DocBase document management platform for searching, retrieving, creating, and updating posts through a clean Go-based API requiring minimal configuration.

Stars
5
Tools
3
Validated
Jan 11, 2026

docbase-mcp-server

A Model Context Protocol(MCP) server for Docbase.

Features

  • Search Posts
  • Get Post
  • Create Post

Usage

$ git clone https://github.com/shogo-ma/docbase-mcp-server.git
$ cd docbase-mcp-server
$ go build -o docbase-mcp-server

Please write in .cursor/mcp.json as follows:

{
    "mcpServers": {
        "docbase-mcp-server": {
            "command": "your build path"
        },
        "env": {
            "DOCBASE_API_DOMAIN": "your docbase domain",
            "DOCBASE_API_TOKEN": "your api key"
        }
    }
}

Reviews

No reviews yet

Sign in to write a review