MCP.so
Sign In

docbase-mcp-server

@shogo-ma

About docbase-mcp-server

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

go

Transports

stdio

Publisher

shogo-ma

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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).

Comments

More Other MCP servers