Arbitype for Cursor
io.github.renwang-huang/arbitype
Typed decision tools for AI agents, powered by TypeSafe Jev.
client:Cursor
transport:stdio
runtime:pypi
Install Arbitype in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"arbitype": {
"type": "stdio",
"command": "uvx",
"args": [
"arbitype"
],
"env": {
"TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs