Back to Home
microcmsio icon

microcms-document-mcp-server

Verified Safe

by microcmsio

Overview

This server provides AI assistants access to microCMS documentation by searching and retrieving content from local Markdown files.

Installation

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

Security Notes

The server primarily reads `.md` files from a predefined local `docs` directory. It uses `path.join` and `fs.access` to construct and validate file paths, which helps mitigate basic path traversal attacks. The allowed categories for document search are explicitly defined, further restricting scope. No `eval` or direct `child_process` execution based on user input is observed. No hardcoded sensitive credentials. The main security consideration is ensuring the `docs` directory itself does not contain any unintentionally sensitive information.

Similar Servers

Stats

Interest Score36
Security Score8
Cost ClassLow
Avg Tokens1000
Stars8
Forks1
Last Update2026-01-19

Tags

MCP ServermicroCMSDocumentationAI AssistantKnowledge Base