docbase-mcp-server

docbase-mcp-server

3.3

This project is an MCP server for Docbase, providing APIs to search and retrieve detailed information about notes. It simplifies the integration with Docbase by using predefined configurations in VSCode to access its features.

Requirements

  • Nodejs 20以上, NPM 10以上

機能

Install

  • VSCode > CLINE > MCP Servers 設定画面 > Configure MCP Servers
Screenshot 2025-04-18 at 11 56 28
{
  "mcpServers": {
    "docbase": {
      "autoApprove": [
        "search_posts",
        "get_post"
      ],
      "disabled": false,
      "timeout": 60,
      "command": "npx",
      "args": [
        "-y",
        "https://github.com/pj8/docbase-mcp-server"
      ],
      "env": {
        "DOCBASE_API_TOKEN": "****", // Get token here https://your-domain-here.docbase.io/settings/tokens/new
        "DOCBASE_DOMAIN": "your-domain-here" // https://your-domain-here.docbase.io
      },
      "transportType": "stdio"
    }
  }
}

使い方

  • CLINEにDocbase記事URLを与えて概要を説明させるなど