@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.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iadevhub/iadev-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server