Skip to content
VS Code

Works With Agents MCP for VS Code

io.github.vystartasv/wwa-mcp

14 MCP tools: facts, pitfalls, skills, handoff protocols, trust scores, identity verification.

client:VS Code transport:stdio runtime:pypi

Install Works With Agents MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "wwa-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wwa-mcp"
      ]
    }
  }
}

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

Works With Agents MCP in other clients