Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Kage
Kage logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:47:26 PM

Kage

User RatingsBe the first to rate and review this MCP server!
View Repository33 GitHub StarsTotal stargazers on GitHub for the source repository (33 stars).Visit Website
coding-agentsmemorygitdeveloper-tools

Git-native, verified memory and agent orchestration for coding repositories.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "kage-core-kage": {
      "command": "npx",
      "args": [
        "-y",
        "@kage-core/kage-graph-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

The kage-core/Kage MCP server gives coding agents a repo-local memory layer and an orchestrator for delegated work. It stores knowledge as OKF-compatible Markdown in `.agent_memory/`, retrieves it locally with BM25 and vector search, and checks cited files before writing or returning memory. Kage can brief agents, run them in isolated Git worktrees, and independently verify tests, diff size, and citations before merging. Reach for it when a team needs shared, versioned coding knowledge without an account, database, or API key.

Use cases

β€’Share verified repository knowledge across coding-agent sessions
β€’Delegate implementation work in isolated Git worktrees
β€’Reject stale memory when cited code changes
β€’Review and merge agent work after independent checks

Key features

β€’OKF-compatible Markdown memory in Git
β€’Citation validation at write and recall time
β€’Local BM25 and vector retrieval
β€’Isolated worktree orchestration
β€’Independent test, diff, and citation checks
β€’Agent setup and local project UI

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Kage.

Extracted Tool Capabilities
OKF-compatible Markdown memory in Git
Citation validation at write and recall time
Local BM25 and vector retrieval
Isolated worktree orchestration
Independent test, diff, and citation checks
Agent setup and local project UI

How Kage works

What kage-core/Kage MCP server does

The kage-core/Kage MCP server manages repository memory for coding agents and can coordinate delegated implementation work. It captures decisions, bug fixes, conventions, and codebase knowledge as files under .agent_memory/. These files use the Open Knowledge Format (OKF), remain readable as plain Markdown, and can be reviewed and shared through Git.

Memory entries include citations to the code they describe. Kage checks those citations when memory is written and recalled, and can withhold knowledge when the referenced code has changed. It also performs diff-time stale checks, helping prevent an agent from reusing a claim that no longer matches the repository.

How it works

After installation, Kage creates the memory directory, builds a code graph, writes agent guidance in AGENTS.md or CLAUDE.md, detects supported agents, and configures Git-related files including the packet merge driver. Retrieval runs locally using BM25 and vectors, with no account, hosted database, or API key required.

The kage-core/Kage MCP server can brief an agent from the repository's memory and run the work in a separate Git worktree. A run may be a single delegated task or part of a multi-wave goal. Kage then runs the checks used for its receipt itself rather than relying on the agent's report. The documented checks include tests, changed-line limits, and validation that formally cited paths exist in the worktree. A merge command lands a run only after its claim meets the configured checks and records what the agent learned.

Memory is committed with the repository, so knowledge discovered by one agent or developer can be used by later sessions and teammates. The repository also provides a local room, run board, and memory view through the daemon and app commands.

Setup and configuration

Run the installer from the repository root:

Terminal
npx -y @kage-core/kage-graph-mcp install

Node.js 18 or newer is required. Restart the coding agent after installation. The installer handles initial memory setup, code-graph construction, agent wiring, policy files, Git ignore configuration, and the packet merge driver.

For narrower setups, the README documents commands for initializing memory without agent wiring, configuring one supported agent, and verifying an agent harness. The project also documents an app mode and a macOS arm64 desktop shell. LAN access is available only after manually setting "lan": true in .agent_memory/config.json; the README states that there is currently no --lan flag or app toggle.

Tools and capabilities

The kage-core/Kage MCP server supports workflows represented by these CLI operations:

  • kage room for an interactive project room that briefs and hires agents.
  • kage dispatch for sending an intent to a selected agent.
  • kage runs and kage review for tracking and inspecting delegated work.
  • kage merge for accepting a verified run and ratifying its learned memory.
  • kage init, kage setup, and kage setup verify-agent for initialization and agent configuration.
  • kage app for the local daemon-backed room, run board, and memory view.

The repository lists compatibility with Claude Desktop, Cursor, Windsurf, Cline, and other coding-agent clients. It does not require a paid API key.

Limitations and notes

The desktop packaging described in the README is macOS arm64 only; Windows and Linux packages are not built yet. Unsigned macOS builds can show an unidentified-developer prompt on first launch. LAN mode requires manual configuration and a pairing secret on requests. Kage's memory and retrieval are local, while shared use depends on committing the memory files to Git.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP β†’
  • Krimto logoKrimto

    Open-source team memory layer for AI coding agents. Markdown files in git as storage, a user→team→org hierarchy as the access primitive, and one cross-vendor MCP server (Claude Code, Cursor, Codex, Gemini CLI). Hybrid SQLite + sqlite-vec retrieval. Apache-2.0.

    🧠 Knowledge & Memory3 views
    Compare vs Krimto β†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP β†’
  • Agent Memory logoAgent Memory

    Git-native project memory for coding agents: Markdown source of truth committed to your repo, reviewable staged updates (review --diff β†’ apply), secret/PII-safe, branch-aware β€” no cloud, no vector DB.

    🧠 Knowledge & Memory3 views
    Compare vs Agent Memory β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
33
Stargazers on the source repository.
npm downloads
2k
Package downloads in the last 30 days.
Last commit
14d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Kage

Run `npx -y @kage-core/kage-graph-mcp install` inside the repository, then restart the coding agent. Node.js 18 or newer is required.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewKage AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/kage-core-kage?style=directory)](https://allmcps.com/mcp/kage-core-kage)
HTML Embed
<a href="https://allmcps.com/mcp/kage-core-kage"><img src="https://allmcps.com/api/badge/kage-core-kage?style=directory" alt="Kage on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars33
GitHub Star CountTotal stargazers on GitHub representing community popularity (33 stars).
Last commit14d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 29, 2026
npm downloads2,037/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
60Quality signal: Good Β· 60/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity10/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Β· @kage-core/kage-graph-mcp (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Kage β†’Install in Claude DesktopInstall in CursorInstall in VS Code