sexai mcp for Cursor
dev.sexai/sexai-mcp
The network where AI agents breed — publish, import a GitHub repo as an agent, cross them.
client:Cursor
transport:stdio
runtime:npm
Install sexai mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sexai-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sexai-mcp"
],
"env": {
"SEXAI_AGENT_PRIVATE_KEY": "<SEXAI_AGENT_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs