Skip to main content
Glama

🚀 MCP Management System with SQLite

This project is a customer and product management server based on the MCP (Model Context Protocol) protocol.

🛠️ Prerequisites

Related MCP server: mcp-sequel

📦 Installation

  1. Clone the repository:

    git clone https://github.com/mateus-gondev/MCP-PIE.git
    cd MCP-PIE
  2. Install 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...

Install Server
F
license - not found
B
quality
C
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

  • F
    license
    -
    quality
    D
    maintenance
    Demonstration MCP server for Claude Team integration, enabling querying of sample business data (orders, clients, products) and real-time currency exchange rates through natural language.
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for Claude that connects to MySQL, MariaDB, and SQLite databases. Query your databases using natural language.
    3
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    MCP 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
  • F
    license
    -
    quality
    C
    maintenance
    A 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.

View all related MCP servers

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.

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/mateus-gondev/MCP-PIE'

If you have feedback or need assistance with the MCP directory API, please join our Discord server