Hello,
To make it easier to configure and access the Appwrite documentation from Windsurf, I’m trying to set up the two MCP clients doc and api. Unfortunately, I can’t get them to work properly. I followed the official documentation, and both MCPs seem to initialize without issues. However, when I try to use them, I consistently get the following errors:
- For appwrite-api: "Failure listing resources: server appwrite-api does not support resources"
- For appwrite-doc: "Failure in MCP tool execution: transport error: session terminated (404). Need to re-initialize" Because of this, I’m unable to access either the documentation or the tools via MCP. Do you have any idea what might be causing this, or whether there are additional steps required?
Thanks in advance for your help!
TL;DR
- Developer is having trouble setting up Appwrite MCP clients doc and api in Windsurf
- Both MCPs have initialized without issues, but using them leads to errors
- Error for appwrite-api: "Failure listing resources: server appwrite-api does not support resources"
- Error for appwrite-doc: "Failure in MCP tool execution: transport error: session terminated (404). Need to re-initialize"
- Developer seeks advice on troubleshooting steps or additional requirements
Solution:
- The 404 error suggests a communication problem with the server
- Try re-initializing the tools and double-check the configuration
- Ensure proper permissions and networkRecommended threads
- Appwrite functions dart runtime (3.7 sup...
It seems that currently Appwrite functions only support Dart runtime to 3.5, for my code I need dart 3.7. Is there any plan to support Dart3.7 runtime soon. Is ...
- copilot CLI appwrite mcp
I am having difficulty entering the appwrite cli details in github copilot cli. anyone know what to put where?
- How to Create a Web App with Astrojs Fro...
Hey guys, I'm a little bit new to Appwrite and the concept of backend.