microcms-document-mcp-server
Verified Safeby microcmsio
Overview
This MCP server provides access to microCMS documentation for AI assistants, enabling them to search and retrieve up-to-date document content.
Installation
npx -y microcms-document-mcp-serverSecurity Notes
The server strictly reads local markdown files from a predefined 'docs' directory. Path traversal attempts are mitigated by careful path construction using 'path.join' and file existence checks ('fs.access', 'fs.readFile'). No direct external API calls or hardcoded secrets are observed in the provided source code for this specific document server. The primary risk associated with its execution is minimal, limited to local file access within the project's 'docs' scope.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
contentful-mcp-server
Enables AI assistants to programmatically interact with Contentful APIs for comprehensive content management, creation, editing, organizing, publishing, workflow automation, and content modeling.
microcms-mcp-server
Enables AI assistants like Claude to interact with the microCMS content management system for content and media management.
doc-bot
An intelligent MCP server designed to enhance AI coding assistants by providing project-specific documentation and API references through smart search, contextual rules, and live updates.