loki mode for Cursor
io.github.asklokesh/loki-mode
Autonomous spec-to-product coding-agent CLI with an MCP server exposing 36 tools over stdio.
client:Cursor
transport:stdio
runtime:npm
Install loki mode in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"loki-mode": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"loki-mode"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs