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
{
"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