Support
This chapter describes where to get help with sits.
SITS Assistant
Every page of this book includes the SITS Assistant, available in the Ask about SITS… box. It answers questions about sits and points you to the book sections and function documentation behind each answer.
SITS MCP server
The sits project also provides an MCP server, which gives AI coding assistants direct access to specialised sits knowledge. It is available at https://sits-mcp.ngrok.io/mcp and provides the following tools:
| Tool | Description |
|---|---|
sits_get_function |
Reference documentation for a sits function. |
sits_search_docs |
Search this book for concepts and workflows. |
To use it, add the server to your client’s MCP configuration file:
{
"mcpServers": {
"sits": {
"type": "http",
"url": "https://sits-mcp.ngrok.io/mcp"
}
}
}The location of this file depends on the client. Some clients also offer a command-line shortcut, such as:
claude mcp add --transport http sits https://sits-mcp.ngrok.io/mcpGitHub issues
To report a bug or request a feature, open an issue in the sits repository. Before opening a new issue, search the existing ones to check whether your problem has already been reported.