Skip to content
Cursor

Santuri for Cursor

io.github.sonofakel/santuri

Search official documentation for well-known libraries.

client:Cursor transport:stdio runtime:npm

Install Santuri in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Santuri in other clients