Connect your IDE to De.Ciphyr using the Model Context Protocol (MCP) for seamless project integration
Watch this 3-minute walkthrough to get started
📹 Complete Setup Walkthrough
Step-by-step guide from installation to verification
3 min
Prerequisites
Set up the MCP server on your local machine
cd /path/to/architect-ai/mcp-serverReplace /path/to/architect-ai with your actual project location
npm installnpm run setupThe setup wizard will:
~/.architect/config.jsonConnect Cursor to your MCP server
📹 Cursor IDE Configuration
Visual guide to configuring MCP in Cursor
2 min
npm run buildNavigate to: Cursor → Settings → MCP → Add Configuration
{
"mcpServers": {
"architect": {
"command": "node",
"args": ["/path/to/architect-ai/mcp-server/build/index.js"],
"env": {
"SUPABASE_URL": "https://your-project.supabase.co"
}
}
}
}Close and reopen Cursor to load the MCP server
Check the MCP Resources panel and look for:
architect://list-projectsCommon issues and solutions
📹 Troubleshooting Guide
How to diagnose and fix common setup issues
5 min
Cannot find module
Run npm install in the mcp-server directory to install all dependencies
Invalid API key
Regenerate your API key from the De.Ciphyr dashboard and run npm run setup again
Project not found
Verify your project ID is correct and that your API key has access to the project
Connection refused
Check that SUPABASE_URL is correctly set in your .env file
Missing environment variables
Ensure your .env file contains both SUPABASE_URL and SUPABASE_ANON_KEY
Use the built-in health check to diagnose connection issues:
# In your IDE's MCP console:\nhealth_checkThis will verify your connection, API key, and project accessibility
Make the most of your MCP server
📹 Advanced MCP Features
Learn about resources, tools, and automation
4 min
Access project context, tech specs, and database schemas directly in your IDE
Automate your development workflow with MCP tools
Can't find what you're looking for? Reach out to our support team or join our community for assistance