docs / guides / use-with-cursor

Use with Cursor

Soriku speaks MCP, so Cursor can call it directly. Three lines of config and your local models show up in Cursor's chat.

Add Soriku as an MCP server

Open Cursor → Settings → MCP Servers → Add. Paste this config:

{
"mcpServers": {
"soriku": {
"command": "python",
"args": ["/absolute/path/to/soriku/mcp_server.py"],
"env": {
"SORIKU_MCP_API_KEY": "sk-soriku-local"
}
}
}
}

Verify

Open the Cursor command palette and look for the Soriku tools (soriku_chat, soriku_agents, soriku_models, soriku_embed, soriku_context, soriku_health). Calling soriku_health is the quickest check.

Usage

In a Cursor chat, mention @soriku or pick a Soriku agent persona. Cursor sends the prompt through MCP, Soriku routes it to the best local or remote model, and the response streams back into Cursor's chat. The model that answered is shown in the response footer.

More Cursor-specific options →