Skip to main content
Glama

MCP CRUD Tools (FastMCP + HTTPX)

This repo exposes an MCP server that provides "tools" (functions) for Users & Products. Internally it calls your CRUD Service REST APIs.

Tools exposed

  • Users: list_users, get_user, create_user, update_user, delete_user

  • Products: list_products, get_product, create_product, update_product, delete_product

Transport:

  • Streamable HTTP at: http://localhost:8002/mcp

  1. Create .env:

cp .env.example .env
  1. Start MCP server:

docker compose up --build

Connecting to your CRUD service

Default .env.example uses:

  • CRUD_URL=http://host.docker.internal:8000

This works on macOS/Windows when your CRUD service is accessible at http://localhost:8000.

If you run Linux, either:

  • run MCP server locally (no Docker), OR

  • add extra_hosts: ["host.docker.internal:host-gateway"] in docker-compose.yml.

Run locally (no Docker)

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
python server.py
F
license - not found
-
quality - not tested
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

  • Manage products, EU Digital Product Passports, operator parties, and GS1 EPCIS supply-chain events.

  • Deploy production REST APIs from JSON schemas in seconds. Manage projects, schemas, and deployments.

  • Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.

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/amareshwarvarma/mcp-mcp-crud-tools'

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