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.
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
- Python 3.10+
- uv (Gerenciador de pacotes)
- Claude Desktop
<br>
📦 Instalação
- Clone o repositório:
git clone https://github.com/mateus-gondev/MCP-PIE.git cd MCP-PIE - Instale as dependências:
uv sync
<br>
⚙️ Configuração no Claude Desktop
1. Instalação do Claude Desktop<br> 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<br> 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<br> ou<br>
- 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 "/" "//".
<br>
📖 Documentação Adicional
Utilize esse guia para visualizar as Tools (Funções ou Ferramentas) que tem disponivel no projeto
<br>
Projeto ainda em Desenvolvimento...
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.