MCP
Connect your preferred MCP-compatible development tool to the s&box docs server.
Use MCP when your IDE or agent supports MCP servers.
1) Configure your preferred tool
Install with one click:
Or paste this server config in Cursor MCP settings:
{
"mcpServers": {
"sdocs": {
"type": "sse",
"url": "https://sdocs.suiram.dev/api/v1/mcp"
}
}
}In your tool's MCP settings (Windsurf, Cline, Zed, Claude Desktop, and similar), add:
{
"mcpServers": {
"sdocs": {
"type": "sse",
"url": "https://sdocs.suiram.dev/api/v1/mcp"
}
}
}2) Restart your tool
After saving the config, restart your IDE/agent so it can discover the sdocs MCP server.
3) Verify with a quick prompt
How do I implement Player movement in S&Box C#, and what is the exact API signature?What this gives your agent
Once connected, your tool can:
search_docs- search the s&box documentation by keyworddescribe_entity- get a high-level description of an API entityget_signature- fetch method and property signatures for an API entityanswer_question- answer natural-language questions grounded in the docs
Your IDE usually exposes these as built-in tools/actions after MCP connection.