@iadev/mcp-server
Allows Windsurf (by Codeium) to interact with the project database for table management, SQL execution, and user administration.
Integrates with VS Code GitHub Copilot to enable AI-powered database operations directly from the editor.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@iadev/mcp-serverlist tables in my project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@iadev/mcp-server
MCP Server para iadev.dev — conecte qualquer IA ao seu projeto.
Permite que VS Code Copilot, Cursor, Windsurf, Claude Desktop e qualquer plataforma compatível com MCP operem diretamente no seu banco — tabelas, SQL, usuários — sem sair do editor.
Instalação rápida
Não precisa instalar globalmente. Use npx direto:
npx -y github:iadevhub/iadev-mcp-serverRelated MCP server: Database MCP Server
Configuração
VS Code — GitHub Copilot
Criar arquivo .vscode/mcp.json na raiz do projeto:
{
"servers": {
"iadev": {
"command": "npx",
"args": ["-y", "github:iadevhub/iadev-mcp-server"],
"env": {
"IADEV_URL": "https://iadev.dev",
"IADEV_PROJECT": "SEU_SLUG",
"IADEV_API_KEY": "SUA_API_KEY"
}
}
}
}Cursor
Criar arquivo .cursor/mcp.json:
{
"mcpServers": {
"iadev": {
"command": "npx",
"args": ["-y", "github:iadevhub/iadev-mcp-server"],
"env": {
"IADEV_URL": "https://iadev.dev",
"IADEV_PROJECT": "SEU_SLUG",
"IADEV_API_KEY": "SUA_API_KEY"
}
}
}
}Windsurf
Abrir Settings → MCP ou criar ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"iadev": {
"command": "npx",
"args": ["-y", "github:iadevhub/iadev-mcp-server"],
"env": {
"IADEV_URL": "https://iadev.dev",
"IADEV_PROJECT": "SEU_SLUG",
"IADEV_API_KEY": "SUA_API_KEY"
}
}
}
}Claude Desktop
Editar claude_desktop_config.json (menu Settings → Developer):
{
"mcpServers": {
"iadev": {
"command": "npx",
"args": ["-y", "github:iadevhub/iadev-mcp-server"],
"env": {
"IADEV_URL": "https://iadev.dev",
"IADEV_PROJECT": "SEU_SLUG",
"IADEV_API_KEY": "SUA_API_KEY"
}
}
}
}Variáveis de ambiente
Variável | Obrigatória | Descrição |
| Sim | URL da API (padrão: |
| Sim | Slug do projeto |
| Recomendada | API Key para auto-autenticação |
Tools disponíveis (15)
Tool | Descrição |
| Autenticar como admin do projeto |
| Trocar API Key por JWT técnico |
| Informações do projeto |
| Listar tabelas do schema |
| Listar colunas de uma tabela |
| Buscar dados paginados |
| Executar SQL (DDL/DML) |
| Listar usuários do projeto |
| Criar usuário |
| Atualizar usuário |
| Criar novo projeto IAdev |
| Listar meus projetos |
| Provisionar com infra (super_admin) |
| Conectar repo + deploy |
| Status do deployment |
Segurança
A IADEV_API_KEY é usada para auto-autenticação. O token gerado tem papel service e acessa apenas o schema do seu projeto. Nunca compartilhe a API Key em repositórios públicos — use variáveis de ambiente ou .env.
Licença
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Your Supabase account in natural language: run SQL, apply migrations, manage tables, storage, edge f
AI agents propose database changes as reviewable requests — no direct write access.
Safe, read-only Postgres and MySQL access for AI agents. Audit log + column-level controls.
Read and edit DB Planner database schemas, diagrams and board layouts as an AI agent.
Related MCP Servers
- AlicenseAqualityAmaintenanceAllows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured.31,381MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with PostgreSQL and Supabase databases through natural language. Supports secure database operations including queries, migrations, and schema management with user-provided credentials.61MIT
- AlicenseNot gradedqualityDmaintenanceConnects AI assistants to Supabase projects, enabling them to manage tables, query data, deploy Edge Functions, handle migrations, and access project resources through natural language commands.Apache 2.0
- AlicenseNot gradedqualityBmaintenanceProvides AI assistants with read-only access to inspect database schemas, preview data, and run safe queries across PostgreSQL, MySQL, MongoDB, and SQL Server. It enables AI tools to understand database structures and relationships automatically to generate more accurate code.47MIT