Skip to main content
Glama
findgriff

Basic MCP Server

by findgriff

MCP Server (Dokku-ready)

Features

  • MCP over WebSocket at /mcp

  • Health check at /health

  • Tools:

    • echo(message)

    • db_query(sql, params[]) — SELECT-only, parameterized

Local Dev

cp .env.example .env
npm install
npm run dev
# open http://localhost:3000/health

Build & Run

npm run build
npm start

Deploy to Dokku (no SSH keys)

On your server (SSH via password for learning), assuming:

  • app name: mcp

  • domain: mcp.deepthinkersai.com

  • Postgres service: mcpdb

Create app, domain, db, link, HTTPS:

sudo dokku apps:create mcp
sudo dokku domains:set mcp mcp.deepthinkersai.com
sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres || true
sudo dokku postgres:create mcpdb
sudo dokku postgres:link mcpdb mcp
sudo dokku plugin:install https://github.com/dokku/dokku-letsencrypt.git letsencrypt || true
sudo dokku config:set --no-restart mcp DOKKU_LETSENCRYPT_EMAIL=you@example.com
sudo dokku letsencrypt:enable mcp
sudo dokku letsencrypt:cron-job --add
-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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/findgriff/mcp'

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