Gestao-MCP
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., "@Gestao-MCPshow me all clients with orders this month"
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.
🚀 MCP Management System with SQLite
This project is a customer and product management server based on the MCP (Model Context Protocol) protocol.
🛠️ Prerequisites
uv (Package manager)
Related MCP server: mcp-sequel
📦 Installation
Clone the repository:
git clone https://github.com/mateus-gondev/MCP-PIE.git cd MCP-PIEInstall the dependencies:
uv sync
⚙️ Configuration in Claude Desktop
1. Claude Desktop Installation Access the official Anthropic website (Claude Desktop Download) and download the version for Windows. Install the application and log in with your free account.
2. Locating the Configuration File Claude Desktop uses a JSON file to know which MCP servers it should start.
Step-by-Step:
Windows: Press Win + R and paste: %APPDATA%\Claude\claude_desktop_config.json or
Look in Claude Desktop Go to -> 3 bars -> Files -> Settings -> Developer -> Edit Config
Open the claude_desktop_config.json file and add the configuration below. Attention: Replace the path with the location where you saved this project.
{
"mcpServers": {
"Gestao-MCP": {
"command": "uv",
"args": [
"--directory",
"C:/CAMINHO/PARA/SEU/PROJETO",
"run",
"server.py"
]
}
}
}NOTE: Right-click on the project root and select "Copy Path" or copy the folder URL. Important: replace the backslash "" with "/" or "//".
📖 Additional Documentation
Use this guide to view the Tools (Functions or Tools) available in the project
Project still in Development...
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 Servers
- Flicense-qualityDmaintenanceDemonstration MCP server for Claude Team integration, enabling querying of sample business data (orders, clients, products) and real-time currency exchange rates through natural language.
- AlicenseAqualityBmaintenanceMCP server for Claude that connects to MySQL, MariaDB, and SQLite databases. Query your databases using natural language.3MIT
- Flicense-qualityDmaintenanceMCP server that integrates with Microsoft Dynamics 365 Business Central, enabling querying of customers, items, and sales orders through natural language commands in Claude Desktop.10
- Flicense-qualityCmaintenanceA Python-based MCP server that exposes SQLite database CRUD and search operations on Users, Products, and Orders as tools for AI clients like Claude Desktop.
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/mateus-gondev/MCP-PIE'
If you have feedback or need assistance with the MCP directory API, please join our Discord server