@f440/docbase-mcp-server

0.0.1 • Public • Published

DocBase MCP Server

An MCP server implementation for interacting with the DocBase API.

Features

  • Get posts from DocBase

Tools

  • get_posts: Get posts from DocBase.
  • get_post: Get a specific post from DocBase.

Setup

{
  "mcpServers": {
    "docbase-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@f440/docbase-mcp-server"
      ],
      "env": {
        "DOMAIN": "<YOUR_DOMAIN>",
        "TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

Getting DOMAIN and TOKEN

  1. DOMAIN: Your DocBase team domain (e.g., myteam in myteam.docbase.io).
  2. TOKEN: Access token for the DocBase API. You can generate a token from your DocBase settings. See document for details.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @f440/docbase-mcp-server

Weekly Downloads

21

Version

0.0.1

License

MIT

Unpacked Size

7.52 kB

Total Files

5

Last publish

Collaborators

  • f440