Skip to main content
Glama

hypertool-mcp

mcp.jsonโ€ข652 B
{ "mcpServers": { "git": { "command": "git-mcp", "args": ["--stdio"], "env": { "GIT_CONFIG_GLOBAL": "/etc/gitconfig" } }, "docker": { "command": "docker-mcp", "args": ["--stdio", "--socket", "/var/run/docker.sock"] }, "database": { "command": "postgres-mcp", "args": ["--stdio"], "env": { "DB_HOST": "localhost", "DB_PORT": "5432" } }, "kubernetes": { "command": "k8s-mcp", "args": ["--stdio", "--kubeconfig", "~/.kube/config"] }, "terraform": { "command": "terraform-mcp", "args": ["--stdio"] } } }

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/toolprint/hypertool-mcp'

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