contentstack-cursor-mcp
Version:
Contentstack Content Management API MCP for Cursor IDE
17 lines • 506 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"
}
}
}
}