streamable-httpupdated 8d ago
Turn the LinkedIn posts you save into a knowledge base your assistant can search and cite.
What can you do with ZelesIA?
ZelesIA MCP Server
Turn the LinkedIn posts you save into a knowledge base your assistant can search and cite.
You save a post on LinkedIn with one click. ZelesIA summarises it, groups it by topic, and keeps it. Connect this MCP server and Claude โ or ChatGPT, or Cursor โ answers from what you saved, citing the original post.
This repository is the connection guide for the hosted server. There is nothing to install.

- Endpoint:
https://mcp.zelesia.com/mcp(Streamable HTTP) - Registry:
com.zelesia/zelesia - Website: zelesia.com
Connect it
You need a ZelesIA account with something saved. The server only ever reads your own library.
Claude (web and desktop)
Settings โ Connectors โ Add custom connector, and paste https://mcp.zelesia.com/mcp.
A ZelesIA consent screen opens; approve it and the tools appear.
Claude Code
claude mcp add --transport http zelesia https://mcp.zelesia.com/mcp
Cursor, VS Code and other MCP clients
Point them at the same URL over Streamable HTTP:
{
"mcpServers": {
"zelesia": {
"type": "http",
"url": "https://mcp.zelesia.com/mcp"
}
}
}
ChatGPT
The server also publishes the search / fetch pair that ChatGPT's connectors expect, backed by
the same library. Add it as a custom connector with the endpoint above.
What the assistant reads
Your own library: every post you saved, summarised, with its key points and its link back to LinkedIn.

Tools
| Tool | What it does |
|---|---|
library_map |
An index of your library: how many posts, over what date range, which topics and headlines. Cheap โ call it before searching, so the assistant doesn't guess at words you never saved. |
search_library |
Searches your saved posts by meaning and by keyword. Returns the topic, a link to the original post, and an excerpt โ usually enough to answer and cite without opening anything. Paginated by cursor. |
search / fetch |
The ChatGPT-compatible pair, over the same library. |
Every tool is read-only. Nothing the assistant does can change or delete what you saved.
Access and privacy
- OAuth 2.1. You approve the connection on a ZelesIA consent screen. No API key to paste, no password shared with the client.
- Your library only. A grant reads the posts of the account that approved it, and nothing else.
- Revocable. Remove the grant from your ZelesIA account and the connection stops working straight away.
Terms: zelesia.com/terms ยท Privacy, including how to reach us: zelesia.com/privacy
Support
Open an issue in this repository.
Install
Add ZelesIA to your client. Pick the one you use.
claude mcp add --transport http zelesia https://mcp.zelesia.com/mcpcodex mcp add zelesia --url https://mcp.zelesia.com/mcp{
"mcpServers": {
"zelesia": {
"url": "https://mcp.zelesia.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"zelesia": {
"type": "http",
"url": "https://mcp.zelesia.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"zelesia": {
"url": "https://mcp.zelesia.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"zelesia": {
"serverUrl": "https://mcp.zelesia.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
2 tools
ZelesIA exposes 2 tools to a connected agent.
- library_map
- An index of your library: how many posts, over what date range, which topics and headlines. Cheap โ call it before searching, so the assistant doesn't guess at words you never saved.
- search_library
- Searches your saved posts by meaning *and* by keyword. Returns the topic, a link to the original post, and an excerpt โ usually enough to answer and cite without opening anything. Paginated by cursor.
Score
66 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust9/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 2 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Aug 31, 2026 |
| 1.0.0 | Aug 31, 2026 |