Skip to main content
Glama

Google Drive MCP Server by CData

UrlUtil.java397 B
package com.cdata.mcp; import java.net.URL; import java.net.URLDecoder; import java.net.URLEncoder; import java.nio.charset.Charset; public class UrlUtil { public static String encode(String part) { return URLEncoder.encode(part, Charset.defaultCharset()); } public static String decode(String part) { return URLDecoder.decode(part, Charset.defaultCharset()); } }

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/CDataSoftware/google-drive-mcp-server-by-cdata'

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