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.0.tar.gz (51.1 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.0-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mcp_server_laterless-0.2.0.tar.gz
  • Upload date:
  • Size: 51.1 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.0.tar.gz
Algorithm Hash digest
SHA256 2c79f9a9ed371bf0b81cdfe71f7c8b56ebdd6fed48f08e701a8f65eec321a846
MD5 d067ee5fd4fdd8644bb62004b62410ab
BLAKE2b-256 7c83ef8688694658a70c3d2e64a13a395ad6805c9e0fe377c0163b470d9d5718

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mcp_server_laterless-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 9.8 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0405876fb5f44525b3dde7059c3c240de883adc2e7e90855a1b42864f81f58a3
MD5 b113eee48524896f584564651d1cf9ba
BLAKE2b-256 aa4b00a8b6a930d873648c0c941434c38146c854fef30a3392342e6205c0e4d4

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