Skip to main content
Glama
SpringMT

microCMS MCP Server

by SpringMT

microCMS MCP Server

Model Context Protocol (MCP) 지원 microCMS 검색 서버입니다. LLM에서 microCMS 컨텐츠를 검색하고 검색하는 데 사용할 수 있습니다.

기능

  • microCMS API를 사용하여 콘텐츠 검색

  • 특정 콘텐츠 검색

  • MCP(Model Context Protocol) 호환 인터페이스

Related MCP server: @lex-tools/codebase-context-dumper

필요한 환경 변수 설명

  • MICROCMS_API_KEY : microCMS API 키(필수)

  • MICROCMS_SERVICE_DOMAIN : microCMS 서비스 도메인(필수)

  • MICROCMS_ENDPOINT : 사용할 엔드 포인트

빌드

npm run build

사용법

MCP 클라이언트에서 사용

이 서버는 MCP 프로토콜을 준수하므로 MCP 지원 LLM 클라이언트에서 호출할 수 있습니다.

{
    "mcpServers": {
        "microcms": {
            "command": "node",
            "args": [
                "/ABSOLUTE/PATH/TO/PARENT/FOLDER/build/index.js"
            ],
            "env": {
                "MICROCMS_API_KEY": "",
                "MICROCMS_SERVICE_DOMAIN": "",
                "MICROCMS_ENDPOINT": ""
            }
        }
    }
}

관련 링크

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • MCP server for AI dialogue using various LLM models via AceDataCloud

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SpringMT/microcms-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server