Skip to main content

MCP Server exposing the Urban Dictionary via the Model Context Protocol.

Project description

GitHub Release Version PyPI Version Image Latest Image Size Deployment PyPi Workflow Build Workflow Deploy Workflow Release GitHub Last Commit GitHub Repo Size GitHub Top Language GitHub Contributors GitHub Issues GitHub Discussions GitHub Forks GitHub Repo Stars GitHub Org Stars Discord Ko-fi

Urban Dictionary MCP

Urban Dictionary MCP

MCP Server exposing the Urban Dictionary via the Model Context Protocol.

Setup

This can be run in Local CLI mode or Remote server mode.

Local

In CLI mode using uv.

View Config - Local uv
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "urban-dictionary": {
      "type": "local",
      "command": ["uvx", "urban-dictionary-mcp"]
    }
  }
}

In CLI mode using Python pip.

pip install urban-dictionary-mcp
View Config - Local Python
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "urban-dictionary": {
      "type": "local",
      "command": ["urban-dictionary-mcp"]
    }
  }
}

Remote

With Docker run.

docker run --rm -p 80:8000 ghcr.io/cssnr/urban-dictionary-mcp:latest

With Docker Compose.

services:
  app:
    image: ghcr.io/cssnr/urban-dictionary-mcp:latest
    ports:
      - '80:8000'

With Python from source.

uv sync
uv run uvicorn urban_dictionary_mcp.server:app --app-dir src --host 0.0.0.0 --port 8000
View Config - Remote
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "urban-dictionary": {
      "type": "remote",
      "url": "http://localhost/mcp"
    }
  }
}

Note: Set the url to the host you are running the server on.

Deploy to Render

For a Docker Swarm + Traefik example see the docker-compose-swarm.yaml.

For a Portainer Deploy workflow see the .github/workflows/deploy.yaml.

Configure

This is for advanced configuration only.

Variable Description Default
HISHEL_CACHE_PATH Path cache database file ./hishel_cache.db
HISHEL_CACHE_TTL Cache TTL in seconds 1209600
STATELESS_HTTP Enable stateless HTTP mode true

Boolean True Values (case-insensitive): 1, on, t, true, y, yes

In Docker the cache path is /data/hishel_cache.db so you can mount /data as a volume.

Development

Sync project.

uv sync

Run local server.

run cli

Run remote server (live reload).

run dev

Point your client to: http://localhost:8000/mcp

Run remote Docker Compose (live reload).

run compose

Point your client to: http://localhost/mcp

You can set the PORT environment variable.

Building

Docker Image

To build and test the docker image run.

bash build.sh
docker compose up

Point your client to: http://localhost/mcp

Python Package

This builds the bdist and wheel, if you have a use for it...

run build

Support

If you run into any issues or need help getting started, please do one of the following:

Features Issues Discussions Discord

Contributing

Please consider making a donation to support the development of this project and additional open source projects.

Ko-fi

For a full list of current projects visit: https://cssnr.github.io/

Star History Chart

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

urban_dictionary_mcp-0.0.4.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

urban_dictionary_mcp-0.0.4-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file urban_dictionary_mcp-0.0.4.tar.gz.

File metadata

  • Download URL: urban_dictionary_mcp-0.0.4.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for urban_dictionary_mcp-0.0.4.tar.gz
Algorithm Hash digest
SHA256 fc9ad31427741e477de28717705edc5f28743663e990cddc04d89bb345fa58bf
MD5 ee4e9d641c101588ef355b9d8fd1bd9f
BLAKE2b-256 d9a8a3b76de79e04556aaff97eb6917c78040cdc04cffb171444f580a05354a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for urban_dictionary_mcp-0.0.4.tar.gz:

Publisher: release.yaml on cssnr/urban-dictionary-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file urban_dictionary_mcp-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for urban_dictionary_mcp-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 5bd04aed674da9ed895fdddad86b8351ae2b234e4a43be996deb882225318203
MD5 c6516bb662ec9ba1d8ed4db84c7e1f29
BLAKE2b-256 bcc1d193082e73cfa42dc1c0d6403e3b54d61ac6eae39d7e1fb5471a9738fe07

See more details on using hashes here.

Provenance

The following attestation bundles were made for urban_dictionary_mcp-0.0.4-py3-none-any.whl:

Publisher: release.yaml on cssnr/urban-dictionary-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page