ten for Cursor
io.github.johnbeans/ten
Ten formal algebra for machine intelligence — encode, decode, compose, and verify
client:Cursor
transport:stdio
runtime:pypi
Install ten in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ten": {
"type": "stdio",
"command": "uvx",
"args": [
"ten-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs