Features Group I — AI Layer · Element 01

MCP — connect every AI you use
to your knowledge base.

Knovya is an MCP client- and server-ready knowledge base. Twenty-five tools, organised in five tiers, served to Claude, Cursor, ChatGPT, Goose and the rest of the protocol's growing client list — through one open standard.

25
tools
5
tiers
7+
MCP clients
today
Experiment 01 · The Lab

Pick an AI. Pick a prompt. Watch your knowledge land.

Four real clients. Four real prompts. Knovya speaks the protocol — your notes show up where you already work, with one config and one consent screen.

A Claude Desktop mcp · knovya
Find the auth migration plan we wrote last quarter.
T0 knovya_search fetched
T1 knovya_read parsed
T1 knovya_experience precedents
Auth migration plan v2, completed last quarter — outcome success. Twelve incoming references; the original v1 was superseded. Key decisions linked to RAG vs MCP (partial outcome) and Hiring philosophy (precedent).→ search → read → experience · scoped to notes:read
All twenty-five · what Knovya MCP exposes

Twenty-five tools, five tiers.

Every MCP server picks a few primitives. Knovya picks the whole knowledge base — read, write, link, search, transform, share, message, and reason — each tool answering a different question your AI might ask.

Tier 0 Health & Context
6 tools
01
knovya_ping Liveness and round-trip check. The first call any new connection makes.
02
knovya_workspace Plan, members, usage. The agent learns what tier you are on before it asks for anything.
03
knovya_home Focus sentence, continue cards, pulse. The "what am I working on" gateway.
04
knovya_persona Roles, tone, context layers. Lets the AI calibrate before it writes a single line.
05
knovya_context Token-budgeted summary across topics, folders, or the whole workspace.
06
knovya_search Hybrid search — full-text, vector, reciprocal rank fusion. The default lookup.
Tier 1 Read & Discover
7 tools
07
knovya_read Five formats — TOC, markdown, blocks, plain text, full. The agent picks the cheapest that fits.
08
knovya_experience Past decisions grouped by outcome — success, failure, partial, open. The precedent layer.
09
knovya_memory Recall, box, temporal, health. Memory primitives the agent can compose itself.
10
knovya_schema Block types, metadata fields, inline references. The shape of a Knovya note.
11
knovya_folders Browse, create, rename, delete. Three-level hierarchy with Lucide icons.
12
knovya_history Versions, diffs, restore. Every edit kept; nothing lost.
13
knovya_links Four link types — references, depends_on, supersedes, related. The graph the AI traverses.
Tier 2 Write & Edit
4 tools
14
knovya_write New note, with title, content, folder, tags, metadata, links — in one call.
15
knovya_edit Eleven surgical modes — section, find-and-replace, checkbox, block update. The narrowest one wins.
16
knovya_organize Bulk pin, favorite, move, retag — many notes in one transaction.
17
knovya_delete Trash, archive with outcome enrichment, unarchive, hard delete. Reversible by default.
Tier 3 Transform & Advanced
6 tools
18
knovya_ai Ten AI actions — summarise, rewrite, translate, fix grammar, expand, simplify, extract actions, outline, convert style, maintain.
19
knovya_templates Suggest, list, get, create. A library of structured starts the agent can apply.
20
knovya_export Markdown, HTML, PDF, DOCX, JSON. Single note or zipped bundle.
21
knovya_import Markdown, HTML, JSON, ZIP. Notion, Obsidian, Roam — the agent can ingest a folder for you.
22
knovya_share Public link, scoped invite, expiry, password. Sharing as an MCP action.
23
knovya_attachments List, upload, download, delete. Files that travel with their note.
Tier 4 Communicate
2 tools
24
knovya_notifications User-facing inbox — what changed, what was shared, what mentions need a reply.
25
knovya_agents Agent-to-agent messaging across six known clients — task, finding, question, hand-off, approval.
The protocol Open standard
JSON-RPC 2.0

Every tool above is exposed through the open Model Context Protocol — JSON-RPC 2.0 over Streamable HTTP, with stdio for local servers. OAuth 2.1 with PKCE, scoped API keys, end-to-end encryption for sensitive notes.

No client lock-in, no vendor extension, no proprietary handshake.

modelcontextprotocol.io →
on the wire
{ "jsonrpc": "2.0", "id": 7,
"method": "tools/call",
"params": {
"name": "knovya_search",
"arguments": { "query": "auth migration" }
} } // no proprietary handshake
The topology

One server. Every AI you reach for.

Seven clients live today, more shipping support every quarter. The protocol fans out — your knowledge stays in one place, every agent reads from the same source of truth.

KNOVYA MCP Continue C Cursor A Claude G ChatGPT Goose Windsurf Copilot
Live today MCP-compatible · ship support this year + Gemini · Zed · Replit · Sourcegraph — every client speaking the open spec

Every AI conversation starts amnesic
and you keep paying the toll.

Claude has memory. ChatGPT has memory. Cursor has memory. None of them share.

You explain who you are. You explain what you are working on. You paste in the constraint you mentioned three days ago. Then you do the same thing in the next tab — because the next tab is a different vendor and a different memory store.

The cost
Industry surveys put it at six to nine hours weekly — entire workdays lost to copy-pasting context between AI tools.
The fix
One protocol. One source of truth. Every AI reads from the same place — with permission, with audit, with scope.
The lineage

From REST to your second brain.

MCP did not appear from nothing. Five protocol moments — each solving a version of the same problem — taught it the shape it has today.

  1. 2000
    Roy Fielding — REST Uniform interface as a constraint. Resources as first-class citizens. The architecture that made the web composable across every server in the world. UC Irvine · doctoral thesis
  2. 2016
    Microsoft — Language Server Protocol N×M reduced to N+M. One protocol so any editor could talk to any language server. The pattern MCP would later port — JSON-RPC, capabilities, lifecycle. Visual Studio Code · open spec
  3. 2024
    Anthropic — MCP launch Same pattern, ported to AI. Tools, resources, prompts. JSON-RPC over stdio and HTTP. The connector that ended the bespoke-integration era. Anthropic · November
  4. 2025
    Linux Foundation / AAIF Anthropic donates MCP to the Agentic AI Foundation. OpenAI, Google, Microsoft, AWS, Cloudflare and Bloomberg back the standard. Protocol becomes vendor-neutral. December · Linux Foundation
  5. 2026
    Knovya MCP Twenty-five tools, five tiers, epistemic primitives — experience envelopes, persona, agentic memory. The protocol gets a knowledge base. ★ Knovya · production
First of its kind

Nobody else gives your AI a knowledge base.

Memory APIs exist. Reference servers exist. Knowledge-graph servers exist. None of them ship with a real notes editor, an outcome-aware experience layer, and twenty-five purpose-built tools — wired through one protocol, with OAuth and per-scope permissions.

  • Anthropic memory server reference example · primitives only
  • Mem0 developer memory api · no editor
  • Letta (formerly MemGPT) conversational memory layer
  • Cognee memory engine · dev-focused
  • Notion MCP notes-shaped · no agent layer
  • mcp.so directory 3,000+ single-purpose servers
  • ★ Knovya 25 tools · 5 tiers · experience layer · oauth · e2ee
Surfaces

MCP shows up wherever your AI already lives.

One server. Four places it surfaces — settings consent, terminal install, in-IDE response, sessions monitor.

Settings → Connections → MCP consent

Generate a scoped API key, choose what your AI can read and write, watch which clients are connected — all from one panel.

notes:read
notes:write
folders:read
attachmentsoff
shareoff
Terminal install claude code

One command in your terminal. Streamable HTTP transport, OAuth 2.1 prompt opens in your browser, consent screen takes the rest.

$ claude mcp add --transport http knovya \
   https://mcp.knovya.com/mcp
opening browser for OAuth consent…
connected · 25 tools loaded
$ claude
In-editor inline call cursor · vscode

Cursor and Continue surface tool calls inline as the agent works. The user sees what was searched, what was read, what got written — no black box.

14// fetching the auth migration plan…
15await mcp.call("knovya_search",
16  { query: "auth migration" })
3 results — top: "Auth migration plan v2", a completed plan with success outcome. Reading full body…
MCP Sessions monitor audit

Knovya keeps a list of every active MCP session — which client, which scope, last call. Revoke from one row.

Claude Desktopnotes:read · notes:write
Cursornotes:read
Gooseidle · 6h ago
ChatGPTapps · oauth
Frequently asked

A few honest answers.

What is the Model Context Protocol?

MCP is an open standard, originally introduced by Anthropic in November 2024 and donated to the Linux Foundation in December 2025, that lets AI applications discover and call external tools and data sources through a uniform JSON-RPC interface. It is the protocol that lets Claude, Cursor, ChatGPT, Goose, Continue, Windsurf and a growing list of clients read from and write to systems like Knovya without bespoke integration.

How do I connect Knovya MCP to Claude Desktop?

Open Settings → Connections → MCP in Knovya, generate a scoped API key, then add Knovya as a Streamable HTTP server in your claude_desktop_config.json with a single command. Cursor, Goose, Continue, Windsurf and ChatGPT use the same OAuth flow — once consent is granted, Claude can search, read, write and reason over your notes.

What is an MCP client?

An MCP client is the AI application that calls an MCP server — Claude Desktop, Cursor, ChatGPT, Goose, Continue, Windsurf, GitHub Copilot and Zed are all MCP clients in 2026. Knovya is on the other side of that connection: an MCP server that exposes 25 tools, so any of those clients can act on your knowledge base.

Is the Knovya MCP server free?

Yes. Every Knovya plan includes the MCP server. Free gives you 50 MCP calls per month — enough to wire up Claude or Cursor and try the full memory layer. Pro raises the cap to 5,000 calls per month with scoped API keys and OAuth 2.1. Team is unlimited and adds shared workspace memory.

How is Knovya MCP different from a memory server?

Memory servers expose primitives — set, get, recall. Knovya exposes a knowledge base. The 25 tools include search, read, write, edit, links, folders, history, version diffs, an experience envelope that groups past decisions by outcome, agent-to-agent messaging and AI-native transforms. Memory is one tier of five.

Can I scope what my AI can read or write?

Yes. API keys are issued per scope — notes:read, notes:write, folders:read, folders:write, attachments, share, versions, code. OAuth 2.1 with PKCE adds dynamic registration for browser-based agents. Encrypted notes are excluded from MCP responses by design.

Which AI clients work with Knovya MCP?

Claude Desktop, Claude Code, Cursor, ChatGPT, Gemini, GitHub Copilot, Goose (Block), Continue, Windsurf and Zed all support MCP natively in 2026. Any client implementing the open MCP specification can connect to Knovya.

Connect your AI in one config.

Free includes 50 MCP calls a month — enough to wire up Claude, Cursor or ChatGPT and feel the difference. Pro lifts you to 5,000.

★   element 01 · Group I — AI Layer