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•467 B
# SI Bot
This is a simple discord bot. It's only really useful right now for managing the embed messages
in channels like "welcome" and "user". We can keep it offline 99% of the time. It might get
smarter as our needs change.
# Local Setup Instructions
In order to run the bot locally, you will need to export the Discord Token in a local .envrc file in this root directory.
You will also need to run `direnv allow` at the root to enable the environment variable.