gnomon for Cursor
io.github.lihtness/gnomon-mcp
Deterministic batch tools so LLM agents stop guessing dates and math.
client:Cursor
transport:stdio
runtime:pypi
Install gnomon in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gnomon-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gnomon-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs