Agent Knowledge MCP Server

Cross-session memory and recall for AI coding assistants -- works with Claude Code, Cursor, OpenCode, Cline, Continue.dev, and Aider out of the box. Git-synced knowledge base, hybrid semantic+TF-IDF search, auto-distillation with secrets scrubbing. Its 5 documented tools cluster into cursor, aider, continue, cline. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-21 · ★ 13 · #90 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Agent Knowledge

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add keshrath-agent-knowledge -- npx -y agent-knowledge

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "keshrath-agent-knowledge": {
      "command": "npx",
      "args": [
        "-y",
        "agent-knowledge"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package agent-knowledge - unscoped; check the name against the project README before installing

registry namespace io.github.keshrath is GitHub-verified and matches the repo owner

03 · What Agent Knowledge can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 5 documented tools across cursor, aider, continue, including Cursor, Aider, Continue.dev, Cline.

Capability map

Tools grouped from the project's README - what Agent Knowledge lets an agent do.

Cursor

1 tool - e.g. JSONL

Cursor

Aider

1 tool - e.g. Markdown/JSONL

Aider

Continue

1 tool - e.g. JSON

Continue.dev

Cline

1 tool - e.g. JSON

Cline

Open Code

1 tool - e.g. SQLite

OpenCode

04 · Who maintains Agent Knowledge

agent-knowledge is maintained by keshrath. We track 4 MCP servers from keshrath - 4 actively maintained, 40 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from keshrath.

  1. agent-tasks Pipeline task management for AI agents - stages, dependencies, artifacts, claiming ★ 15
  2. agent-discover MCP server registry and marketplace - discover, install, activate tools on demand ★ 7
  3. agent-comm Agent intercommunication - messaging, channels, shared state, and real-time events ★ 5

05 · Facts

category
documentation - ranked #90 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
io.github.keshrath/agent-knowledge (active, first published 2026-04-01 · 42 versions)
packages
npm:agent-knowledge

06 · Agent Knowledge FAQ

Is Agent Knowledge still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-21. We re-verify nightly.

What can Agent Knowledge do?

An agent gets 5 documented tools across cursor, aider, continue, including Cursor, Aider, Continue.dev, Cline.

How do I install Agent Knowledge?

Run `npx -y agent-knowledge`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Agent Knowledge run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agent Knowledge

More documentation MCP servers · Svelte LLM MCP · BrewPage MCP · Vueuse MCP · Krimto · Deadzone

More TypeScript MCP servers · Agent Tasks · Judges Panel · Notipo · A2 Abench · RAGMap MCP · see all