docbase-mcp-server
3.3
This project is an MCP server for Docbase, providing APIs to search and retrieve detailed information about notes. It simplifies the integration with Docbase by using predefined configurations in VSCode to access its features.
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を与えて概要を説明させるなど