Skip to content
Cursor

Nanostores MCP for Cursor

io.github.valyay/nanostores-mcp

Debug and analyze Nanostores apps with AI: scan stores, monitor runtime events, and search docs.

client:Cursor transport:stdio runtime:npm

Install Nanostores MCP in Cursor

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

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

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

Nanostores MCP in other clients