Skip to main content
Glama
iadevhub
by iadevhub

@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-server

Related 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

IADEV_URL

Sim

URL da API (padrão: https://iadev.dev)

IADEV_PROJECT

Sim

Slug do projeto

IADEV_API_KEY

Recomendada

API Key para auto-autenticação

Tools disponíveis (15)

Tool

Descrição

login

Autenticar como admin do projeto

get_service_token

Trocar API Key por JWT técnico

get_project_info

Informações do projeto

list_tables

Listar tabelas do schema

get_columns

Listar colunas de uma tabela

query_data

Buscar dados paginados

execute_sql

Executar SQL (DDL/DML)

list_users

Listar usuários do projeto

create_user

Criar usuário

update_user

Atualizar usuário

create_project

Criar novo projeto IAdev

list_my_projects

Listar meus projetos

provision_project

Provisionar com infra (super_admin)

publish_project

Conectar repo + deploy

deploy_status

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

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured.
    Last updated
    3
    1,348
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables 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.
    Last updated
    20
    1
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Provides 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.
    Last updated
    7
    7
    MIT

View all related MCP servers

Related MCP Connectors

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

  • GibsonAI MCP server: manage your databases with natural language

  • Generate realistic, FK-consistent synthetic test data for your databases from your AI assistant.

View all MCP Connectors

Latest Blog Posts

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