sombra-mcp

sombra-mcp

A stdio-to-HTTP bridge for connecting to Sombra's remote MCP server, enabling AI agents to save, search, and organize web content.

Category
Visit Server

README

sombra-mcp

Stdio-to-HTTP bridge for Sombra. Persistent reader mode for AI.

MCP clients that only support stdio-based servers (OpenClaw, Cursor, Windsurf, and others) can't connect directly to remote HTTP MCP servers. This package bridges that gap: it speaks stdio locally and proxies requests to https://sombra.so/mcp over Streamable HTTP.

Quick start

npx sombra-mcp --token sombra_pat_YOUR_TOKEN

Or set the token as an environment variable:

SOMBRA_TOKEN=sombra_pat_YOUR_TOKEN npx sombra-mcp

Getting a token

  1. Sign up or log in at sombra.so
  2. Go to Settings > Access Tokens
  3. Click Create Token
  4. Copy the token (starts with sombra_pat_)

Tokens authenticate your agent against your personal Sombra library. Each token has full read/write access to your account.

SKILL.md

We offer two SKILL.md files in this repo - the root SKILL.md is for OpenClaw and similar, and one for Claude specifically.

Configuring MCP clients

OpenClaw, Claude Desktop, Cursor, Windsurf

Add to your MCP config file (openclaw.json, claude_desktop_config.json, etc.):

{
  "mcpServers": {
    "sombra": {
      "command": "npx",
      "args": ["-y", "sombra-mcp", "--token", "sombra_pat_YOUR_TOKEN"]
    }
  }
}

Claude.ai

Add Sombra as a connector in Settings > Connectors. No bridge needed - and it will automatically pop up in Claude Code.

Claude Code

Claude Code supports remote HTTP MCP servers directly, so you don't need this bridge, or if you don't want to set it up in Claude.ai or Claude Desktop.

claude mcp add --transport http sombra https://sombra.so/mcp

What is Sombra?

Sombra is a research library that your AI agent can read from and write to through MCP. Save web pages as clean markdown, organise them into collections, distil the important parts into dense context, and search across everything.

19 tools for saving, searching, organising, and distilling web content and notes. Two prompts for context distillation. Collections exposed as MCP resources.

Your research persists between sessions. Tomorrow's conversation picks up where today's left off.

sombra.so | MCP setup docs | What is Sombra?

How it works

The bridge reads JSON-RPC messages from stdin, forwards them to https://sombra.so/mcp as HTTP POST requests with your Bearer token, and writes the responses back to stdout. It handles session management, protocol version negotiation, and streaming (SSE) responses.

No config beyond the token. No local state.

Requirements

Node.js 18 or later.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured