Skip to main content

MCP Server for Laterless — access your bookmarks knowledge base from AI tools

Project description

Laterless MCP Server

Access your Laterless bookmarks knowledge base from AI tools.

Features

Tool Description
search_bookmarks Semantic search — find bookmarks by meaning
list_bookmarks Browse recent bookmarks
get_bookmark Read full bookmark content
add_bookmark Save a URL as a bookmark
add_brain_dump Record a thought or idea
get_profile View your profile and stats

Remote (HTTP) — No Install Required

Connect directly from ChatGPT, Claude.ai, or any MCP client that supports HTTP transport.

URL: https://gate.laterless.com/mcp

Authentication: pass your API key as a Bearer token in the Authorization header.

ChatGPT

Settings → MCP Servers → Add Server:

  • URL: https://gate.laterless.com/mcp
  • Authentication: Bearer token → paste your API key (ltls_...)

Claude.ai

Settings → Connectors → Add Connector:

  • URL: https://gate.laterless.com/mcp
  • Authentication: Bearer token → paste your API key (ltls_...)

Claude Code (Remote)

claude mcp add --transport http laterless https://gate.laterless.com/mcp \
  --header "Authorization: Bearer ltls_your_key_here"

MCP Inspector (HTTP)

npx @modelcontextprotocol/inspector --url https://gate.laterless.com/mcp

Local (stdio) Setup

1. Get an API Key

Go to your Laterless profile → API Keys → Generate a new key.

2. Install

# Recommended: run directly with uvx (no install needed)
uvx mcp-server-laterless

# Or install with pip
pip install mcp-server-laterless

3. Configure Your AI Tool

OpenClaw

Add to ~/.config/openclaw/openclaw.json:

{
  "mcpServers": {
    "laterless": {
      "command": "uvx",
      "args": ["mcp-server-laterless"],
      "env": {
        "LATERLESS_API_KEY": "ltls_your_key_here"
      }
    }
  }
}

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "laterless": {
      "command": "uvx",
      "args": ["mcp-server-laterless"],
      "env": {
        "LATERLESS_API_KEY": "ltls_your_key_here"
      }
    }
  }
}

Claude Code

claude mcp add laterless \
  -e LATERLESS_API_KEY=ltls_your_key_here \
  -- uvx mcp-server-laterless

Cursor

Add to .cursor/mcp.json in your project, or configure via Settings → MCP → Add new MCP Server:

{
  "mcpServers": {
    "laterless": {
      "command": "uvx",
      "args": ["mcp-server-laterless"],
      "env": {
        "LATERLESS_API_KEY": "ltls_your_key_here"
      }
    }
  }
}

Antigravity

Add to mcp_servers.json in your project root:

{
  "servers": [
    {
      "name": "laterless",
      "transport": "stdio",
      "command": "uvx",
      "args": ["mcp-server-laterless"],
      "enabled": true,
      "env": {
        "LATERLESS_API_KEY": "${LATERLESS_API_KEY}"
      }
    }
  ]
}

Then add to your .env:

LATERLESS_API_KEY=ltls_your_key_here

Codex

Add to ~/.codex/config.toml:

[mcp_servers.laterless]
command = "uvx"
args = ["mcp-server-laterless"]
env = { LATERLESS_API_KEY = "ltls_your_key_here" }

Gemini CLI

Add to ~/.gemini/settings.json:

{
  "mcpServers": {
    "laterless": {
      "command": "uvx",
      "args": ["mcp-server-laterless"],
      "env": {
        "LATERLESS_API_KEY": "ltls_your_key_here"
      }
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "laterless": {
      "command": "uvx",
      "args": ["mcp-server-laterless"],
      "env": {
        "LATERLESS_API_KEY": "ltls_your_key_here"
      }
    }
  }
}

VS Code (GitHub Copilot)

Add to .vscode/mcp.json in your project:

{
  "servers": {
    "laterless": {
      "command": "uvx",
      "args": ["mcp-server-laterless"],
      "env": {
        "LATERLESS_API_KEY": "ltls_your_key_here"
      }
    }
  }
}

Zed

Add to Zed settings JSON:

{
  "context_servers": {
    "laterless": {
      "command": {
        "path": "uvx",
        "args": ["mcp-server-laterless"],
        "env": {
          "LATERLESS_API_KEY": "ltls_your_key_here"
        }
      }
    }
  }
}

Others

For any MCP-compatible client not listed above, use these settings:

Setting Value
Command uvx
Arguments mcp-server-laterless
Transport stdio
Environment LATERLESS_API_KEY=ltls_your_key_here

Environment Variables

Variable Required Default Description
LATERLESS_API_KEY stdio: Yes, HTTP: No Your API key (ltls_...). HTTP mode uses per-request Bearer tokens instead.
LATERLESS_API_URL No https://gate.laterless.com API base URL (for development)

Development

# Install dependencies
uv sync

# Run locally
LATERLESS_API_KEY=ltls_xxx uv run mcp-server-laterless

# Test with MCP Inspector
npx @modelcontextprotocol/inspector uv run mcp-server-laterless

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_laterless-0.2.1.tar.gz (51.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_laterless-0.2.1-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_laterless-0.2.1.tar.gz.

File metadata

  • Download URL: mcp_server_laterless-0.2.1.tar.gz
  • Upload date:
  • Size: 51.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mcp_server_laterless-0.2.1.tar.gz
Algorithm Hash digest
SHA256 4b3811f2175c7dbb1fd37fe517e38c5fd788fede9358ca1d36d3a9081ecfb9f2
MD5 54f0095db5bba575f0dbb3de167de34c
BLAKE2b-256 acb8bd3d0ec4393189dc9535eb0a7826fc93ff976fa15924b96184d54b03011d

See more details on using hashes here.

File details

Details for the file mcp_server_laterless-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: mcp_server_laterless-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 10.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mcp_server_laterless-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7c18cb6dbee754c5c9aed229508ecec73da7382711ed722cd46c631d774cd0be
MD5 e4b7acf64dba6b38ec21dfbedf866577
BLAKE2b-256 56690a3d0618e64936ca924a7a917f8bcb877ac744b5c8d3b1db5f251e123465

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page