MCP Server Implementation for DocBase
7 stars
TypeScript
Updated Jul 24, 2025
ai
mcp
Documentation
[!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
json
{
"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
Similar MCP
Based on tags & features
Trending MCP
Most active this week