Back to Home
microcmsio icon

microcms-document-mcp-server

Verified Safe

by 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

Run Command
npx -y microcms-document-mcp-server

Security 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

Stats

Interest Score37
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars8
Forks1
Last Update2025-12-10

Tags

microCMSDocumentationAI AssistantMCP ServerKnowledge Retrieval