1. Conduid
  2. Data
  3. Gestao-MCP
MCP server · Data

Gestao-MCP

A customer and product management MCP server using SQLite. It enables Claude Desktop users to manage client and product data through natural language interactions.

Unclaimed data
34Low

Scored 4 months ago · breakdown

About Gestao-MCP

Gestao-MCP is an MCP server in the Data category: a customer and product management MCP server using SQLite. It enables Claude Desktop users to manage client and product data through natural language interactions. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/mateus-gondev/MCP-PIE

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Gestao-MCP

Powered by Claude · Grounded in docs

I know everything about Gestao-MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

🚀 Sistema de Gestão MCP com SQLite

Este projeto é um servidor de gerenciamento de clientes e produtos baseado no protocolo MCP (Model Context Protocol).

🛠️ Pré-requisitos

📦 Instalação

  1. Clone o repositório:
    git clone https://github.com/mateus-gondev/MCP-PIE.git
    cd MCP-PIE
    
  2. Instale as dependências:
    uv sync
    

⚙️ Configuração no Claude Desktop

1. Instalação do Claude Desktop Acesse o site oficial da Anthropic(Clade Desktop Download) e baixe a versão para Windows. Instale o aplicativo e faça login com sua conta gratuita.

2. Localização do Arquivo de Configuração O Claude Desktop utiliza um arquivo JSON para saber quais servidores MCP ele deve iniciar.

Passo a Passo:

  • Windows: Pressione Win + R e cole: %APPDATA%\Claude\claude_desktop_config.json ou
  • Procure no Claude Desktop Var em -> 3 barraras -> Arquivos -> Configurações -> Desenvolvedor -> Editar Config

Abra o arquivo claude_desktop_config.json e adicione a configuração abaixo. Atenção: Substitua o caminho pelo local onde você salvou este projeto.

{
  "mcpServers": {
    "Gestao-MCP": {
      "command": "uv",
      "args": [
        "--directory",
        "C:/CAMINHO/PARA/SEU/PROJETO",
        "run",
        "server.py"
      ]
    }
  }
}

NOTA: Clicando com botão direito na raiz do projeto "Copia Caminho" ou copiando URL das pastas. Importante substituir a barra contraria "" por "/" "//".


📖 Documentação Adicional

Utilize esse guia para visualizar as Tools (Funções ou Ferramentas) que tem disponivel no projeto

Projeto ainda em Desenvolvimento...

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Gestao-MCP

How do I install Gestao-MCP?

Run git clone https://github.com/mateus-gondev/MCP-PIE, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Gestao-MCP safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Gestao-MCP still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.