contentstack-cursor-mcp
Version:
Contentstack Content Management API MCP
18 lines • 554 B
JSON
{
"mcpServers": {
"contentstack": {
"command": "npx",
"args": [
"-y",
"contentstack-cursor-mcp"
],
"env": {
"CONTENTSTACK_API_KEY": "your_api_key_here",
"CONTENTSTACK_MANAGEMENT_TOKEN": "your_management_token_here",
"CONTENTSTACK_REGION": "NA",
"CONTENTSTACK_DELIVERY_TOKEN": "your_delivery_token_here",
"CONTENTSTACK_BRANCH": "main"
}
}
}
}