Strapi CMS
10
0

Goose
Setting up with Goose
- Open Goose's preferences
- Go to the Integrations tab
- Select "MCP Servers"
- Click "Add New Server"
- Use the configuration below based on your operating system
JSON
1{2 "mcpServers": {3 "strapi cms": {4 "env": {5 "STRAPI_URL": "http://localhost:1337",6 "STRAPI_DEV_MODE": "false",7 "STRAPI_API_TOKEN": "your-api-token-here"8 },9 "args": [10 "--env-file=.env",11 "build/index.js"12 ],13 "command": "node"14 }15 }16}
Reseñas de la Comunidad
0.0
0 reseñas
5
0
4
0
3
0
2
0
1
0
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Coming soon to
Highlight AI
Documentación
Lenguaje
TypeScript