Docbase Mcp Server
@pj8
About Docbase Mcp Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
ghidraMCP
LaurieWiredMCP Server for Ghidra

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments