Docbase Mcp Server
@pj8
关于 Docbase Mcp Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"docbase": {
"autoApprove": [
"search_posts",
"get_post"
],
"disabled": false,
"timeout": 60,
"command": "npx",
"args": [
"-y",
"https://github.com/pj8/docbase-mcp-server"
],
"env": {
"DOCBASE_API_TOKEN": "****",
"DOCBASE_DOMAIN": "your-domain-here"
},
"transportType": "stdio"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Docbase Mcp Server?
Docbase Mcp Server is an MCP server that enables searching and retrieving posts from Docbase, a Japanese documentation service. It is designed for use with MCP-compatible clients like Cline (VSCode extension). The server provides two primary tools: search_posts and get_post, allowing AI assistants to access Docbase content programmatically.
How to use Docbase Mcp Server?
Configure the server in your MCP client’s settings (e.g., VSCode > CLINE > Configure MCP Servers) by adding a JSON entry. Set DOCBASE_API_TOKEN (obtained from your Docbase account’s token page) and DOCBASE_DOMAIN (your Docbase subdomain). The server runs via npx using the command npx -y https://github.com/pj8/docbase-mcp-server with stdio transport.
Key features of Docbase Mcp Server
- Search posts using Docbase’s search API.
- Retrieve full details of a specific post.
- Works with MCP clients supporting the stdio transport.
- Auto-approves
search_postsandget_posttools. - Requires Node.js 20+ and npm 10+.
Use cases of Docbase Mcp Server
- An AI assistant finds relevant Docbase documentation to answer user questions.
- Automatically fetch the latest company wiki entries for context-aware responses.
- Integrate Docbase knowledge into development workflows via Cline.
FAQ from Docbase Mcp Server
What is the relationship to the official Docbase MCP server?
The README states that the official Docbase MCP server has been released and recommends using that package instead of this server. This server may be considered a community alternative.
What runtime dependencies are required?
Node.js version 20 or higher and npm version 10 or higher are required.
How do I obtain the API credentials?
Generate a Docbase API token at https://your-domain-here.docbase.io/settings/tokens/new and set your domain (the subdomain before .docbase.io) as DOCBASE_DOMAIN.
What tools are auto-approved?
search_posts and get_post are listed under autoApprove in the configuration example.
What transport does the server use?
The server uses the stdio transport type and has a default timeout of 60 seconds.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论