DocBase MCP Server
@f440
关于 DocBase MCP Server
MCP Server Implementation for DocBase
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"docbase-mcp-server": {
"command": "npx",
"args": [
"-y",
"@f440/docbase-mcp-server"
],
"env": {
"DOMAIN": "<YOUR_DOMAIN>",
"TOKEN": "<YOUR_TOKEN>"
}
}
}
}工具
2Get posts from DocBase.
Get a specific post from DocBase.
概览
What is DocBase MCP Server?
An MCP server that provides tools to interact with the DocBase API, specifically to retrieve posts from a DocBase team. It is intended for developers who want to integrate DocBase content into MCP‑compatible clients.
How to use DocBase MCP Server?
Configure the server in your MCP client by adding the following entry under mcpServers, setting the DOMAIN (your DocBase team domain) and TOKEN (a DocBase API access token) environment variables. The server is run via npx -y @f440/docbase-mcp-server.
Key features of DocBase MCP Server
- Get all posts from DocBase.
- Get a specific post by its identifier.
Use cases of DocBase MCP Server
—
FAQ from DocBase MCP Server
What tools does DocBase MCP Server provide?
It provides get_posts to retrieve all posts and get_post to retrieve a single specific post.
How do I obtain the DOMAIN and TOKEN?
The DOMAIN is your DocBase team domain (e.g., myteam if your URL is myteam.docbase.io). The TOKEN is an access token generated from your DocBase settings; see the DocBase help article at https://help.docbase.io/posts/45703 for instructions.
Is there any local installation required?
No. The server is run on demand via npx, which automatically fetches the package from npm. No manual installation is needed.
What runtime dependencies are required?
Node.js must be installed on the machine to run npx. The server itself is a Node.js package.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

EverArt
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论