Skip to content
VS Code

clarvia for VS Code

io.github.digitamaz/clarvia

AI agent tool discovery and scoring. Search 15,400+ MCP servers, APIs, and CLIs.

client:VS Code transport:stdio runtime:npm

Install clarvia in VS Code

.vscode/mcp.json

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

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

clarvia in other clients