Back to MCP Servers
Drwhome
Remote MCP server at `https://drwho.me/mcp/mcp` with 10 developer utilities: base64 encode/decode, JWT decode (no verify), DNS lookup via Cloudflare DoH, UUID v4/v7, URL encode/decode, JSON format, User-Agent parse, IP lookup via ipinfo. Open access over streamable HTTP — point …
developer-toolscloudflareagent
By hikmahtech
Installation
npx -y drwhomeConfiguration
{
"mcpServers": {
"drwhome": {
"command": "npx",
"args": ["-y", "drwhome"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes