Skip to content
VS Code

Discrete Structures for VS Code

io.github.zohaibcodez/discrete-structures

Comprehensive tools for discrete mathematics: logic, algorithms, number theory, cryptography

client:VS Code transport:stdio runtime:pypi

Install Discrete Structures in VS Code

.vscode/mcp.json

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

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

Discrete Structures in other clients