docs / guides / use-with-vscode

Use with VS Code

VS Code with the MCP extension picks up Soriku as a tool provider. Same MCP server as Cursor, slightly different config UI.

Install the MCP extension

Search for Model Context Protocol in the VS Code marketplace, install the official MCP extension.

Add Soriku as a server

Open the command palette: MCP: Add Server. Pick Local Process. Command: python. Args: /absolute/path/to/soriku/mcp_server.py.

Use it

Open the MCP sidebar in VS Code, expand the soriku server, browse the tools. From the AI chat, prefix prompts with @soriku to route through it.

More VS Code-specific options →