JSPM

  • Created
  • Published
  • Downloads 1630
  • Score
    100M100P100Q151055F
  • License MIT

Splicr MCP server — route what you read to what you're building

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@splicr/mcp-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    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 setup

    That's it. This will:

    1. Open your browser to sign in (email + verification code, no password)
    2. Auto-detect your coding agents (Claude Code, Cursor, Codex, Cline, Antigravity)
    3. 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:

    1. setup opens your browser
    2. Enter your email, get a 6-digit verification code
    3. Enter the code — done. Permanent API token saved to ~/.splicr/auth.json

    No passwords. No token refresh. No expiry.