Skip to main content
Glama

microCMS MCP Server

by SpringMT

Servidor microCMS MCP

Un servidor de búsqueda microCMS que admite el Protocolo de contexto de modelo (MCP). Se puede utilizar para buscar y recuperar contenido de microCMS del LLM.

función

  • Búsqueda de contenido mediante la API de microCMS
  • Obtener contenido específico
  • Interfaz compatible con MCP (Protocolo de contexto de modelo)

Descripción de las variables de entorno requeridas

  • MICROCMS_API_KEY : clave API de microCMS (obligatoria)
  • MICROCMS_SERVICE_DOMAIN : dominio del servicio microCMS (obligatorio)
  • MICROCMS_ENDPOINT : El punto final a utilizar.

Construir

npm run build

Cómo utilizar

Uso desde el cliente MCP

Este servidor cumple con el protocolo MCP y, por lo tanto, puede ser llamado por cualquier cliente LLM habilitado para MCP.

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

Enlaces relacionados

-
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.

Un servidor compatible con el Protocolo de contexto de modelo (MCP) que permite que los modelos de lenguaje grandes (LLM) busquen y recuperen contenido de las API de microCMS.

  1. función
    1. Descripción de las variables de entorno requeridas
      1. Construir
        1. Cómo utilizar
          1. Uso desde el cliente MCP
        2. Enlaces relacionados

          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