Docs
Skip to content

AI

Bolt_

Learn how to connect the Appwrite docs MCP server to Bolt for AI-assisted development with access to Appwrite documentation.

1 min read

Raw

1. Add MCP server

To connect the Appwrite docs MCP server to Bolt:

  1. Go to SettingsConnectors (MCP).
  2. Click Custom MCP server.

Bolt MCP settings
Bolt MCP settings

  1. Enter the following details:
    • Name: Appwrite Docs
    • URL: https://mcp-for-docs.appwrite.io
    • Transport Type: HTTP
    • Authentication: None
  2. Click Add MCP server.

Bolt add MCP server
Bolt add MCP server

The Appwrite docs MCP server will now be available in your Bolt projects.

2. Test the integration

Once connected, Bolt has access to Appwrite documentation context. You can use prompts like:

Example prompts:

  • How do I set up real-time subscriptions in Appwrite?
  • Show me how to authenticate users with OAuth
  • What are the best practices for database queries?
  • How do I implement file uploads with Appwrite Storage?
  • Show me an example of using Appwrite Functions

Was this page helpful?

Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.