Skip to content
VS Code

Santuri for VS Code

io.github.sonofakel/santuri

Search official documentation for well-known libraries.

client:VS Code transport:stdio runtime:npm

Install Santuri in VS Code

.vscode/mcp.json

{
  "servers": {
    "santuri": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "santuri-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Santuri in other clients