sombra-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sombra-mcpsearch for 'deep learning' in my saved articles"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_TOKENOr set the token as an environment variable:
SOMBRA_TOKEN=sombra_pat_YOUR_TOKEN npx sombra-mcpRelated MCP server: Streamable HTTP Bridge
Getting a token
Sign up or log in at sombra.so
Go to Settings > Access Tokens
Click Create Token
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/mcpWhat 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceBridges STDIO-based MCP clients with SSE-based MCP servers, allowing applications like Claude Desktop to connect to remote MCP servers that use SSE transport.9
- Alicense-qualityCmaintenanceA bridge server that converts stdio protocol to streamable-http protocol, allowing clients to interact with MCP services over HTTP.2Mulan Permissive Software , Version 2

GenieOS MCP Serverofficial
AlicenseAqualityBmaintenanceStdio bridge for editors to connect to the GenieOS MCP server, enabling AI agents to interact with GenieOS via Streamable HTTP transport.64280MIT- Alicense-qualityCmaintenanceActs as a stdio-to-HTTP proxy for Modus Brain, enabling MCP-compatible AI clients to access an organization's knowledge base in ModusOp.37Cryptographic Autonomy 1.0 (Combined Work Exception)
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sombra-hq/sombra-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server