CLIO Jarvis for Cursor
io.github.iowarp/jarvis-mcp
JARVIS-CD MCP with a compact user pipeline contract and explicit admin compatibility profiles
client:Cursor
transport:stdio
runtime:pypi
Install CLIO Jarvis in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jarvis-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs