← Back to Plugins
MCP Server MCP

io.github.kontent-ai/mcp-server

github By github 👁 1 views ▲ 0 votes

Connect to Kontent.ai to manage content, types, taxonomies, and workflows via natural language

Homepage Verified source GitHub

Install

npx -y @kontent-ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@kontent-ai/mcp-server",
      "version": "0.38.1",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "stdio",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Kontent.ai Management API key",
          "isRequired": true,
          "isSecret": true,
          "name": "KONTENT_API_KEY"
        },
        {
          "description": "Kontent.ai environment ID",
          "isRequired": true,
          "name": "KONTENT_ENVIRONMENT_ID"
        }
      ]
    },
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@kontent-ai/mcp-server",
      "version": "0.38.1",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3001/{KONTENT_ENVIRONMENT_ID}/mcp"
      },
      "packageArguments": [
        {
          "value": "shttp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Kontent.ai environment ID",
          "isRequired": true,
          "name": "KONTENT_ENVIRONMENT_ID"
        },
        {
          "description": "Server port for HTTP transport (defaults to 3001)",
          "name": "PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...