Cursor Agent CLI
MCP or Agent Skills bundle
Connect Cognetivy to Cursor Agent CLI via the installer (Agent Skills bundle) or MCP. Run npx cognetivy and choose Cursor Agent CLI in the CLI; Cognetivy will create the workspace, install its skill where supported, and open Studio. You can also add the Cognetivy MCP server to your client’s MCP config for tool-style access.
Setup
From your project directory:
npx cognetivy
Select Cursor Agent CLI in the installer. For MCP-only setup, install globally and add the server to your client config:
{
"mcpServers": {
"cognetivy": {
"command": "cognetivy",
"args": ["mcp"]
}
}
}Use "args": ["mcp", "--workspace", "/path/to/project"] if the workspace is not in your project root.