
I am trying to connect github copilot for xcode to appwrite mcp server.
I keep getting a • MCP error -32000: Connection closed.
I tried to verify my info, so I ran the folling in the terminal, which supposedly proves everything is fine if nothing is printed out:
APPWRITE_API_KEY="" \
APPWRITE_PROJECT_ID="" \
APPWRITE_ENDPOINT="" \
uvx mcp-server-appwrite --user
below is my mcp.json. what is wrong?
{
"servers": {
"appwrite": {
"type": "stdio",
"command": "path/to/.local/bin/uvx",
"args": [
"mcp-server-appwrite",
"--users",
"--databases",
"--storage",
"--teams",
"--functions",
"--projects"
],
"env": {
"APPWRITE_API_KEY": ,
"APPWRITE_PROJECT_ID":,
"APPWRITE_ENDPOINT":
}
}
}
}
Recommended threads
- Can’t Select related collection in Relat...
Hello, I’m on Appwrite v1.7.4 trying to create a many-to-one relationship from my banks collection to users, but the related collections dropdown shows “No opti...
- Adding Items to relationship Array is bu...
When clicking add item two slots appear. I can only modify one and it does not let me update. This is happening since new UI. Also I can not type or paste the i...
- Collection Relationship Issue
I'm unable to create a new relationship attribute. I'm new to this but I cannot figure out why other collections are not showing up.
