Skip to content
Cursor

Works With Agents MCP for Cursor

io.github.vystartasv/wwa-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Works With Agents MCP in Cursor

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

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

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

Works With Agents MCP in other clients