docbase-mcp-server
Verified Safeby shueisha-arts-and-digital
Overview
Provides an MCP server interface to manage DocBase notes, enabling search, retrieval, creation, and updating of posts.
Installation
npx -y https://github.com/shueisha-arts-and-digital/docbase-mcp-serverEnvironment Variables
- DOCBASE_API_TOKEN
- DOCBASE_DOMAIN
Security Notes
The server uses `zod` for input validation and strictly relies on environment variables (`DOCBASE_API_TOKEN`, `DOCBASE_DOMAIN`) for sensitive information, preventing hardcoded secrets. API interactions are handled via `axios` with basic error handling. No `eval` or obfuscation found. Standard API interaction with good security practices for an MCP server.
Similar Servers
typingmind-mcp
A server for managing and integrating Model Context Protocol (MCP) servers with TypingMind, enabling custom AI model connections.
mcp-servicenow-nodejs
Automate ServiceNow operations, development, and administration through an AI-powered interface, offering multi-instance support, dynamic schema discovery, natural language querying, and local script synchronization.
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.
get-biji-dev-by-gemini3pro
Integrates the Get Notes API with a Model Context Protocol (MCP) server to provide AI-powered knowledge search and recall from multiple knowledge bases.