npm @sylphx/smart-reader-mcpstdioMITupdated 1mo ago
Status: retired product (hard cut, 2026-08-07)
Su propietario archivó este repositorio. Sigue funcionando, pero ya no recibe actualizaciones.
¿Qué puedes hacer con Smart Reader MCP?
RETIRED — Prism / smart-reader-mcp
Status: retired product (hard cut, 2026-08-07)
Prism was a local media router (sniff + spawn Citra/Iris/Cue MCP servers). That composition belongs to the agent host / skills, not a seventh product.
Do not install as a product
- Do not add
smart-reader-mcp/prismas a current MCP server for new agents. - Do not treat this repository as an active Instrument, marketplace listing, or release authority.
- Historical source remains for archaeology only.
What to use instead
| Need | Authority |
|---|---|
| PDF evidence | Citra — @sylphx/citra / repo pdf-reader-mcp |
| Image evidence | Iris — @sylphx/iris / repo image-reader-mcp |
| Video timeline | Cue — @sylphx/cue / repo video-reader-mcp |
| Unknown media type | Host skill: sniff (magic bytes / extension) then call the matching instrument MCP |
| Family law | SylphxAI/skills → apply-instrument-family + docs/knowledge/instruments/INSTRUMENT-FAMILY-LAW.md |
Why retired
- Multi-server MCP hosts already compose independent servers.
- A router product doubles process tax and couples three release trains.
- Instruments law: host owns composition; products own one evidence domain.
Historical package ids (non-authority)
@sylphx/smart-reader-mcp- bin
prism/smart-reader-mcp - MCP name
io.github.SylphxAI/smart-reader-mcp
If these still resolve on npm, they are legacy artifacts, not the current product model.
Sniff utility (non-product)
Magic-byte sniffing for host skills lives under src/sniff/ as reference code.
Prefer copying a minimal sniff into a host skill rather than depending on this package.
License
MIT — see LICENSE.
Instalación
Añade Smart Reader MCP a tu cliente. Elige el que uses.
claude mcp add smart-reader-mcp -- npx -y @sylphx/smart-reader-mcpcodex mcp add smart-reader-mcp -- npx -y @sylphx/smart-reader-mcpamp mcp add smart-reader-mcp -- npx -y @sylphx/smart-reader-mcp{
"mcpServers": {
"smart-reader-mcp": {
"command": "npx",
"args": [
"-y",
"@sylphx/smart-reader-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"smart-reader-mcp": {
"command": "npx",
"args": [
"-y",
"@sylphx/smart-reader-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"smart-reader-mcp","command":"npx","args":["-y","@sylphx/smart-reader-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"smart-reader-mcp": {
"command": "npx",
"args": [
"-y",
"@sylphx/smart-reader-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"smart-reader-mcp": {
"command": "npx",
"args": [
"-y",
"@sylphx/smart-reader-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"smart-reader-mcp": {
"command": "npx",
"args": [
"-y",
"@sylphx/smart-reader-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"smart-reader-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@sylphx/smart-reader-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"smart-reader-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@sylphx/smart-reader-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @sylphx/smart-reader-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación11/25
- Mantenimiento14/25
- Confianza16/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 24 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.1.1Última | 8 jul 2026 |
| 0.1.0 | 8 jul 2026 |