@splicr/mcp-server
v0.15.1
Published
Splicr MCP server — route what you read to what you're building
Maintainers
Readme
@splicr/mcp-server
Route what you read to what you're building. Splicr captures knowledge from anywhere — articles, tweets, docs, code snippets — and surfaces it inside your coding agent exactly when you need it.
Quick Start
npx @splicr/mcp-server setupThat's it. This will:
- Open your browser to sign in (email + verification code, no password)
- Auto-detect your coding agents (Claude Code, Cursor, Codex, Cline, Antigravity)
- Configure Splicr in each one
One-time login. Token never expires.
Commands
| Command | Description |
|---------|-------------|
| npx @splicr/mcp-server setup | One-time setup: sign in + auto-configure all agents |
| npx @splicr/mcp-server login | Re-authenticate (opens browser) |
| npx @splicr/mcp-server uninstall | Remove Splicr from all agents + delete credentials |
| npx @splicr/mcp-server help | Show all commands |
Manual Configuration
If you prefer to configure manually, or use an agent that isn't auto-detected, add this to your agent's MCP settings:
{
"mcpServers": {
"splicr": {
"command": "npx",
"args": ["-y", "@splicr/mcp-server"]
}
}
}Config file locations:
| Agent | Config Path |
|-------|-------------|
| Claude Code | Run claude mcp add --scope user splicr -- npx -y @splicr/mcp-server |
| Cursor | ~/.cursor/mcp.json |
| Cline (VS Code) | VS Code settings > Cline MCP |
| Antigravity | ~/.gemini/antigravity/mcp_config.json |
| Codex | Run codex mcp add splicr -- npx -y @splicr/mcp-server |
MCP Tools
Once connected, your coding agent gets these tools:
| Tool | Description |
|------|-------------|
| search_knowledge | Semantic search across your saved knowledge |
| get_project_context | New captures since last session (watermark-based) |
| get_recent_insights | Cross-project view of recent saves |
| save_from_agent | Save knowledge back to Splicr from your agent |
| retry_failed | Retry captures that failed processing |
How to Capture
- Telegram: Send any link to @splicr_bot
- Browser: Chrome extension (coming soon)
- Mobile: Share sheet app (coming soon)
AI automatically distills each save into an insight, routes it to your active projects, and generates embeddings for semantic search.
Auth
Splicr uses passwordless authentication:
setupopens your browser- Enter your email, get a 6-digit verification code
- Enter the code — done. Permanent API token saved to
~/.splicr/auth.json
No passwords. No token refresh. No expiry.
Links
- Website: splicr.dev
- Telegram bot: @splicr_bot
- GitHub: github.com/c0ncepT23/Splicr
