Discrete Structures for Cursor
io.github.zohaibcodez/discrete-structures
Comprehensive tools for discrete mathematics: logic, algorithms, number theory, cryptography
client:Cursor
transport:stdio
runtime:pypi
Install Discrete Structures in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"discrete-structures": {
"type": "stdio",
"command": "uvx",
"args": [
"discrete-structures-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs