Skip to content
Cursor

Silica Core for Cursor

io.github.kiycoh/silica-core

Retrieval over the folder the session opened: files, search, read, code_pack, write_note.

client:Cursor transport:stdio runtime:pypi

Install Silica Core in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "silica-core": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "silica-core"
      ],
      "env": {
        "SILICA_VAULT": "<SILICA_VAULT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Silica Core in other clients