MCP Server for Your AI Agent

Your agent should get betterthe longer you work together.

Not just memory. Judgment. The tradeoffs you made, the mistakes you caught, the decisions that stuck — captured and queryable forever.

Add marketplace, then install
/plugin marketplace add telvokdev/librarian
/plugin install librarian@librarian

Run both commands in Claude Code

Section I

What You Can Do

Knowledge lives in .librarian/ — yours, plus anything you import from the library.

Query

Semantic search across your entries and the marketplace before every decision

Save

Capture what you learned before the context window forgets it happened

Import

Already have knowledge in Cursor, Obsidian, or another tool? Import it all with one command

Publish

Import from any tool, publish as a book, and share your expertise with other developers

Run help() in your agent for all 10+ tools.

Section II

Not another memory tool

Most AI memory tools dump raw text into a file and call it done. Librarian is a knowledge system that gets smarter the more you use it.

I

Universal import

Reads every other AI tool’s format — JSONL, Cursor Memory Bank, Obsidian, SQLite, Basic Memory MCP. Switch tools without losing what you learned.

import_memories("cursor", ".cursor/")
II

Structured knowledge

Each entry captures intent, context, reasoning, and examples — not raw text blobs. Your agent gets the full picture, not fragments.

record(insight, context, reasoning)
III

Self-optimizing

Hit tracking learns which entries actually help. The more you use your library, the better results float to the top. No manual curation needed.

mark_hit("local/stripe-idempotency.md")
IV

Semantic search, fully local

AI embeddings run on your machine — no API keys, no cloud calls, no usage limits. Search by meaning, not keywords. Works offline, stays private.

brief("handling duplicate payments")
Section III
Knowledge Library

Stop solving the same problem twice

Query knowledge from developers who debugged this exact issue last week.

Browse with library_search() — filter by topic, price, ratings
Download free books or purchase premium content
Import from Cursor, Obsidian, or any AI tool and publish as a book
◆ Catalog Search
// What do other devs know about auth?
library_search("authentication best practices")

// 8 books found
OAuth 2.0 Pitfalls (Free)
JWT Security Patterns ($4.99)
Session Management Guide ($2.99/mo)

// Grab the free one
library_buy("oauth-pitfalls")

Your knowledge compounds.

Every insight you capture makes the next session smarter. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client.