Skip to content
VS Code

Nanostores MCP for VS Code

io.github.valyay/nanostores-mcp

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

client:VS Code transport:stdio runtime:npm

Install Nanostores MCP in VS Code

.vscode/mcp.json

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

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

Nanostores MCP in other clients