mcpbeat Sign in

Silica Core MCP Server

local only

Silica Core runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 10 Sep 2026.

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

Installs / week
pypi · silica-core
40
Stars
0 open issues
10 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Silica Core every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add silica-core -- uvx silica-core
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "silica-core": {
      "args": [
        "silica-core"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.silica-core]
command = "uvx"
args = ["silica-core"]
.cursor/mcp.json
{
  "mcpServers": {
    "silica-core": {
      "args": [
        "silica-core"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "silica-core": {
      "args": [
        "silica-core"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Silica Core

same job, measured the same way
karst
by moin105

Code context for AI dev tools: pack-scoped, cited code retrieval over MCP.

198 installs/wk local only
RTFM
by roomi-fields

The open retrieval layer for AI agents — index code, docs, data. Search via MCP.

9 734 installs/wk local only
livewiki
by eduardoabreu81

A repository wiki of Markdown pages anchored to real code: read, search, and verified writes.

436 installs/wk local only
Tokenscope
by wartzar-bee

Analyze Claude Code session cost & context attribution: output, cached re-reads, cache writes.

34 installs/wk local only
A
TBRP Codex
by tbrp

Search, read and cite a researcher's own library and the canonical corpora on tbrp.app.

answering
Gerrit Code Review
by gaijin

Capability-gated Gerrit code review tools with opt-in review notifications pushed into the session

local only
X402 Codesearch MCP
by liminalpepe

Free MCP server: index a repo's files into the x402-codesearch Worker's search index.

28 installs/wk local only
Claude Replay
by constripacity

Session checkpoint & recovery for Claude Code: resume, search, tag, and export recorded sessions.

159 installs/wk local only

Silica Core — questions

Answers built from our own checks of this server.

Why is there no uptime for Silica Core?
Silica Core runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package silica-core.
How do I connect Silica Core?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls silica-core straight from pypi; nothing to host, nothing to sign up for.
Is Silica Core open source?
Yes — it is published under the MIT licence, written in Python and 40 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.