Skip to main content
Glama

DiceDB MCP

by pottekkat
MIT License
5
  • Linux
  • Apple
Makefile249 B
.PHONY: build clean deps # Install dependencies deps: go mod tidy # Build the application build: mkdir -p dist go build -o dist/dicedb-mcp # Install the application install: go install # Clean build artifacts clean: rm -rf dist/dicedb-mcp

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/pottekkat/dicedb-mcp'

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