docbase-mcp-server
If you are the rightful owner of docbase-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This repository is archived. Please use the official version for the latest updates.
[!WARNING] This repository is archived. Please use Official Version instead.
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
- DOMAIN: Your DocBase team domain (e.g.,
myteam
inmyteam.docbase.io
). - TOKEN: Access token for the DocBase API. You can generate a token from your DocBase settings. See document for details.
License
MIT