Skip to content

Add Appwrite MCP Server to the registry#29397

Merged
raycastbot merged 2 commits into
raycast:mainfrom
ChiragAgg5k:add-appwrite-mcp-server
Jul 13, 2026
Merged

Add Appwrite MCP Server to the registry#29397
raycastbot merged 2 commits into
raycast:mainfrom
ChiragAgg5k:add-appwrite-mcp-server

Conversation

@ChiragAgg5k

@ChiragAgg5k ChiragAgg5k commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Description

Add the official Appwrite MCP server to the Model Context Protocol Registry.

The entry uses Appwrite's hosted OAuth-enabled endpoint through mcp-remote, so users can authenticate in the browser without configuring API keys. It also adds the server to the generated registry table and updates the extension changelog.

Validation: npm run build and npm run lint pass. The screenshot below demonstrates the hosted Appwrite MCP server working in Raycast.

Screencast

Appwrite MCP server returning account context in Raycast

Checklist

@raycastbot raycastbot added extension fix / improvement Label for PRs with extension's fix improvements extension: model-context-protocol-registry Issues related to the model-context-protocol-registry extension platform: macOS labels Jul 13, 2026
@raycastbot

Copy link
Copy Markdown
Collaborator

Thank you for your first contribution! 🎉

🔔 @thomaspaulmann @nagauta you might want to have a look.

You can use this guide to learn how to check out the Pull Request locally in order to test it.

📋 Quick checkout commands
BRANCH="add-appwrite-mcp-server"
FORK_URL="https://github.com/ChiragAgg5k/extensions.git"
EXTENSION_NAME="model-context-protocol-registry"
REPO_NAME="extensions"

git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run dev

We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 15 business days.

@greptile-apps

greptile-apps Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds Appwrite to the Model Context Protocol registry.

  • Adds the Appwrite hosted MCP server to the official registry entries.
  • Adds Appwrite to the README registry table.
  • Adds a changelog entry for the new registry server.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Important Files Changed

Filename Overview
extensions/model-context-protocol-registry/src/registries/builtin/entries.ts Adds the Appwrite hosted MCP server to the official registry list.
extensions/model-context-protocol-registry/README.md Adds Appwrite to the official MCP server table.
extensions/model-context-protocol-registry/CHANGELOG.md Adds the Appwrite registry addition to the changelog.

Reviews (2): Last reviewed commit: "Update CHANGELOG.md" | Re-trigger Greptile

@0xdhrv 0xdhrv self-assigned this Jul 13, 2026

@0xdhrv 0xdhrv left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, approved ✅

@raycastbot raycastbot merged commit c9b2a81 into raycast:main Jul 13, 2026
3 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

Published to the Raycast Store:
https://raycast.com/raycast/model-context-protocol-registry

@raycastbot

Copy link
Copy Markdown
Collaborator

🎉 🎉 🎉

We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

extension fix / improvement Label for PRs with extension's fix improvements extension: model-context-protocol-registry Issues related to the model-context-protocol-registry extension platform: macOS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants