Skip to main content
Glama

MyWeight MCP Server

wrangler.toml703 B
# For more details on how to configure Wrangler, refer to: # https://developers.cloudflare.com/workers/wrangler/configuration/ name = "myweight-mcp-server" main = "src/index.ts" compatibility_date = "2025-03-10" compatibility_flags = ["nodejs_compat"] # Migrations configuration [[migrations]] tag = "v1" new_sqlite_classes = ["MyWeightMCP"] # Durable Objects configuration [durable_objects] bindings = [ { name = "MCP_OBJECT", class_name = "MyWeightMCP" } ] # KV Namespaces configuration kv_namespaces = [ { binding = "OAUTH_KV", id = "${OAUTH_KV_ID}" } ] # Observability configuration [observability] enabled = true # Assets configuration [assets] directory = "./static/" binding = "ASSETS"

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/shinichi-takayanagi/myweight-mcp-server'

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