MCP ExplorerExplorer

Docbase Mcp Server

@shogo-maon 9 months ago
5 MIT
FreeCommunity
AI Systems
A Model Context Protocol server for Docbase to manage posts.

Overview

What is Docbase Mcp Server

docbase-mcp-server is a Model Context Protocol (MCP) server designed for interacting with Docbase, a platform for managing and sharing documents.

Use cases

Use cases for docbase-mcp-server include automating document retrieval and posting, integrating Docbase functionalities into other applications, and enhancing team collaboration through document sharing.

How to use

To use docbase-mcp-server, clone the repository from GitHub, navigate to the project directory, and build the server using Go. Set up the environment variables for your Docbase API domain and token as specified in the README.

Key features

Key features of docbase-mcp-server include searching for posts, retrieving individual posts, and creating new posts within the Docbase platform.

Where to use

docbase-mcp-server can be used in document management systems, content collaboration platforms, and any application that requires integration with Docbase for document handling.

Content

docbase-mcp-server

A Model Context Protocol(MCP) server for Docbase.

Features

  • Search Posts
  • Get Post
  • Create Post

Usage

$ git clone https://github.com/shogo-ma/docbase-mcp-server.git
$ cd docbase-mcp-server
$ go build -o docbase-mcp-server

Please write in .cursor/mcp.json as follows:

{
    "mcpServers": {
        "docbase-mcp-server": {
            "command": "your build path"
        },
        "env": {
            "DOCBASE_API_DOMAIN": "your docbase domain",
            "DOCBASE_API_TOKEN": "your api key"
        }
    }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers