Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Update the `mcp_config.json` file to include the docs server:
"command": "npx",
"args": [
"mcp-remote",
"<https://mcp-for-docs.appwrite.io>"
"https://mcp-for-docs.appwrite.io"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ claude mcp add-json appwrite-api '{"command":"uvx","args":["mcp-server-appwrite"
{% tabsitem #docs-only title="Docs server" %}

```bash
claude mcp add appwrite-docs <https://mcp-for-docs.appwrite.io> -t http
claude mcp add appwrite-docs https://mcp-for-docs.appwrite.io -t http

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Update the `mcp.json` file to include the docs server:
"command": "npx",
"args": [
"mcp-remote",
"<https://mcp-for-docs.appwrite.io>"
"https://mcp-for-docs.appwrite.io"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To connect Appwrite MCP servers to Emergent:
"command": "npx",
"args": [
"mcp-remote",
"<https://mcp-for-docs.appwrite.io>"
"https://mcp-for-docs.appwrite.io"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Use the following configuration in your `opencode.json` file to use the Appwrite
"appwrite-docs": {
"type": "remote",
"enabled": true,
"url": "<https://mcp-for-docs.appwrite.io>"
"url": "https://mcp-for-docs.appwrite.io"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Update the `mcp.json` file to include the docs server:
{
"servers": {
"appwrite-docs": {
"url": "<https://mcp-for-docs.appwrite.io>",
"url": "https://mcp-for-docs.appwrite.io",
"type": "http"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Update the `mcp_config.json` file to include the docs server:
{
"mcpServers": {
"appwrite-docs": {
"serverUrl": "<https://mcp-for-docs.appwrite.io>"
"serverUrl": "https://mcp-for-docs.appwrite.io"
}
}
}
Expand Down