We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/punkpeye/Mcp-90'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name = "sequential-thinking-mvp-server"
main = "src/worker.ts"
compatibility_date = "2024-11-16"
node_compat = true
# Durable Objects configuration
[[durable_objects.bindings]]
name = "THINKING_SESSIONS"
class_name = "ThinkingSession"
# Migrations for Durable Objects
[[migrations]]
tag = "v1"
new_classes = ["ThinkingSession"]
# Environment configurations
[env.production]
name = "sequential-thinking-mvp-server-prod"
[env.staging]
name = "sequential-thinking-mvp-server-staging"
# Uncomment to use custom domain
# routes = [
# { pattern = "thinking.example.com", custom_domain = true }
# ]