pj8/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 document provides an overview of a Model Context Protocol (MCP) server setup for interacting with Docbase APIs.
公式のMCP Serverが発表されましたのでそちらを使ってください
Requirements
- Nodejs 20以上, NPM 10以上
機能
Install
- VSCode > CLINE > MCP Servers 設定画面 > Configure MCP Servers
- 下記のようにdocbase-mcp-serverの設定を追加します。
- DOCBASE_API_TOKENは、https://your-domain-here.docbase.io/settings/tokens/new で取得します
- DOCBASE_DOMAINは、https://your-domain-here.docbase.io ならば、your-domain-here です
{
"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を与えて概要を説明させるなど