MCP Server
MCP
io.github.kontent-ai/mcp-server
Connect to Kontent.ai to manage content, types, taxonomies, and workflows via natural language
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
By
Comments
Sign in to leave a comment