-
create a
\~/.cursor/mcp.json
file in your home directory. This makes MCP servers available in all your Cursor workspaces. -
Please replace 'YOUR_INSTALLATION_FOLDER' below with the folder you setup your uv environment in:
{
"mcpServers": {
"inputs": [],
"servers": {
"agentmode": {
"command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode",
"env": {}
}
}
}
}
See the Cursor docs here for more details.