We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•424 B
# Service Settings
This crate is a library for loading service settings. It contains all the
configuration for all the services, since a huge portion of it is all shared
and reptitive.
```rust
use si_settings::Settings;
let settings = Settings::new();
```
Eventually, this is going to be dope - because we will have the option to
either assemble all the GRPC services into a monolith, or deploy them
separately, or both.