MCP.so
ログイン

docbase-mcp-server

@shogo-ma

docbase-mcp-server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

go

トランスポート

stdio

公開者

shogo-ma

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is docbase-mcp-server?

docbase-mcp-server is a Go-based Model Context Protocol (MCP) server that integrates with Docbase, a team document management service. It enables AI assistants and MCP clients to search, retrieve, and create posts in a Docbase workspace.

How to use docbase-mcp-server?

Clone the repository, build the binary with go build -o docbase-mcp-server, then configure the server in .cursor/mcp.json by setting the command path to the built binary and providing two environment variables: DOCBASE_API_DOMAIN (your Docbase domain) and DOCBASE_API_TOKEN (your API key).

Key features of docbase-mcp-server

  • Search posts in Docbase
  • Get a single post by ID
  • Create new posts with content

Use cases of docbase-mcp-server

  • AI assistant searches internal documentation for answers
  • Automatically create meeting notes as Docbase posts
  • Retrieve specific documents during development or support

FAQ from docbase-mcp-server

What operations does docbase-mcp-server support?

It supports three operations: Search Posts, Get Post, and Create Post.

How do I set up docbase-mcp-server?

Clone the repo, build the Go binary, and add the server configuration to .cursor/mcp.json with the correct command path and environment variables.

What environment variables are needed?

You must set DOCBASE_API_DOMAIN (your Docbase workspace domain) and DOCBASE_API_TOKEN (a valid API token).

コメント

「その他」の他のコンテンツ