T

docbase-mcp-server

...
Created 2/10/2025byf440

Categories

aimcp

Language:

TypeScript

Stars:

1

Forks:

0

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": "",
        "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

Last updated: 2/20/2025

Publisher info

f440's avatar

f440

23
followers
0
following
87
repos

More MCP servers built with TypeScript

aapi-mcp-server

Advanced API MCP Server

By Asphere-xyz1
DBX-MCP-Server

MCP Server for Dropbox

By amgadabdelhafez1
mongo-mcp-server

MCP server for mongoDB

By Matteturtle091