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

评论

其他 分类下的更多 MCP 服务器