We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anortham/coa-goldfish-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"Goldfish": {
"Database": {
"ConnectionString": "Data Source={BasePath}\\goldfish.db",
"MigrationsAssembly": "COA.Goldfish.McpServer"
},
"Storage": {
"DefaultTtlHours": 72,
"QuickNoteTtlHours": 24,
"MaxMemoriesPerQuery": 50,
"EnableAutoCleanup": true,
"CleanupIntervalMinutes": 60
},
"Sync": {
"Enabled": false,
"ApiEndpoint": "",
"ApiKey": "",
"SyncIntervalMinutes": 30
},
"Performance": {
"EnableResponseCaching": true,
"CacheExpirationMinutes": 10,
"MaxCacheMemoryMB": 50
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
"System": "Warning"
}
}
}
}