{
  "markdown": "# ZelesIA MCP Server\n\nTurn the LinkedIn posts you save into a knowledge base your assistant can search and cite.\n\nYou save a post on LinkedIn with one click. ZelesIA summarises it, groups it by topic, and keeps it.\nConnect this MCP server and Claude — or ChatGPT, or Cursor — answers from what *you* saved, citing\nthe original post.\n\nThis repository is the connection guide for the hosted server. There is nothing to install.\n\n![The ZelesIA home page](docs/landing.png)\n\n- **Endpoint:** `https://mcp.zelesia.com/mcp` (Streamable HTTP)\n- **Registry:** [`com.zelesia/zelesia`](https://registry.modelcontextprotocol.io/v0/servers?search=zelesia)\n- **Website:** [zelesia.com](https://zelesia.com)\n\n## Connect it\n\nYou need a ZelesIA account with something saved. The server only ever reads your own library.\n\n### Claude (web and desktop)\n\nSettings → Connectors → Add custom connector, and paste `https://mcp.zelesia.com/mcp`.\nA ZelesIA consent screen opens; approve it and the tools appear.\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http zelesia https://mcp.zelesia.com/mcp\n```\n\n### Cursor, VS Code and other MCP clients\n\nPoint them at the same URL over Streamable HTTP:\n\n```json\n{\n  \"mcpServers\": {\n    \"zelesia\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.zelesia.com/mcp\"\n    }\n  }\n}\n```\n\n### ChatGPT\n\nThe server also publishes the `search` / `fetch` pair that ChatGPT's connectors expect, backed by\nthe same library. Add it as a custom connector with the endpoint above.\n\n## What the assistant reads\n\nYour own library: every post you saved, summarised, with its key points and its link back to LinkedIn.\n\n![A ZelesIA library, filtered by topic](docs/library.png)\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `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. |\n| `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. |\n| `search` / `fetch` | The ChatGPT-compatible pair, over the same library. |\n\nEvery tool is read-only. Nothing the assistant does can change or delete what you saved.\n\n## Access and privacy\n\n- **OAuth 2.1.** You approve the connection on a ZelesIA consent screen. No API key to paste, no\n  password shared with the client.\n- **Your library only.** A grant reads the posts of the account that approved it, and nothing else.\n- **Revocable.** Remove the grant from your ZelesIA account and the connection stops working\n  straight away.\n\nTerms: [zelesia.com/terms](https://zelesia.com/terms) ·\nPrivacy, including how to reach us: [zelesia.com/privacy](https://zelesia.com/privacy)\n\n## Support\n\nOpen an issue in this repository.\n",
  "bytes": 2876,
  "sha": "05d53dfc9a54bb3d8eb9f4d9d85644242689264bf01ac49755d270e7bb11a522",
  "repo_slug": "zelesia-ai/zelesia-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_zelesia_zelesia_ddfe2c71/readme"
}