
Sin tener experiencia y realizando mis primeros pasos en claude code y conexiones con MCP intente configurar el MCP de appwrite segun la documentacion https://appwrite.io/integrations/mcp-claude con claude en la terminal pero me salia un error y lo que termino funcionando para mi fue lo siguiente.
Crear el archivo JSON
cat > appwrite-config.json << 'EOF' { "command": "uvx", "args": ["mcp-server-appwrite", "--users"], "env": { "APPWRITE_PROJECT_ID": "proyecto_id", "APPWRITE_API_KEY": "api_key_creada", "APPWRITE_ENDPOINT": "http://192.168.0.19/v1" } } EOF
Usar el archivo
claude mcp add-json appwrite "$(cat appwrite-config.json)"
Lo comparto por si otra persona tiene el mismo problema
Recommended threads
- Correct way of updating console?
I see that console updates with regular minor fixes, now on self hosted version I have 6.0.13 what's the correct procedure to update it? If I update the vers...
- env var - APP_DOMAIN
Hey guys I am developing a flutter app - the app is already in production. Now I need to change the URL from the public IP to a domain. I cannot break the old u...
- FATAL EXCEPTION NullPointerException: nu...
Hi I'm using your SDK in my Android app... i upgraded to io.appwrite:sdk-for-android:8.1.0 and now i'm getting the following errors on Appwrite servers with ol...
