We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robertsapunarich/mcp-ose'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
// wrangler.jsonc
{
"name": "ose-mcp-server",
"main": "src/index.ts",
"compatibility_date": "2025-03-07",
"compatibility_flags": ["nodejs_compat"],
"observability": {
"enabled": true
},
"kv_namespaces": [
{
"binding": "CACHE",
"id": "your_kv_namespace_id"
}
],
"r2_buckets": [
{
"binding": "OSE_DATA",
"bucket_name": "ose-compendium-data"
}
],
"durable_objects": {
"bindings": [
{
"name": "OSE_MCP",
"class_name": "OldSchoolEssentialsMCP"
}
]
},
"migrations": [
{
"tag": "v1",
"new_classes": ["OldSchoolEssentialsMCP"],
"new_sqlite_classes": ["OldSchoolEssentialsMCP"]
}
]
}