Skip to main content
Glama

microCMS MCP Server

by SpringMT

microCMS MCP 服务器

支持模型上下文协议 (MCP) 的 microCMS 搜索服务器。它可用于从 LLM 搜索和检索 microCMS 内容。

功能

  • 使用 microCMS API 搜索内容
  • 获取特定内容
  • MCP(模型上下文协议)兼容接口

所需环境变量的描述

  • 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": "" } } } }

相关链接

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

符合模型上下文协议 (MCP) 的服务器允许大型语言模型 (LLM) 从 microCMS API 搜索和检索内容。

  1. 功能
    1. 所需环境变量的描述
      1. 建造
        1. 如何使用
          1. MCP 客户端的使用
        2. 相关链接

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server that enables LLMs to interact directly the documents that they have on-disk through agentic RAG and hybrid search in LanceDB. Ask LLMs questions about the dataset as a whole or about specific documents.
            Last updated -
            12
            31
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server that enables Claude or other LLMs to fetch content from URLs, supporting HTML, JSON, text, and images with configurable request parameters.
            Last updated -
            Python
            MIT License
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server implementation that enables LLMs to interact with the Osmosis protocol, allowing for querying and transaction functionality through natural language.
            Last updated -
            9
            TypeScript
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            The APISIX Model Context Protocol (MCP) server bridges large language models (LLMs) with the APISIX Admin API.
            Last updated -
            31
            15
            23
            TypeScript
            Apache 2.0

          View all related MCP servers

          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