lithium-kb
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lithium-kbsave a task note about fixing the login bug"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ā” lithium-kb: Structured Agent Knowledge Base & Neural Graph
A high-performance structured project knowledge base generator, neural network memory visualizer, and Model Context Protocol (MCP) server for AI coding agents (Pi, Claude, Codex, Cursor, Windsurf).
š Structured Knowledge Hierarchy
Whenever lithium-kb is run, it organizes project memory into dedicated, modular knowledge categories:
your-project/
āāā .agent-kb/
ā āāā architecture/
ā ā āāā 1.overview.md # Topology, entry points, service boundaries
ā āāā debug/
ā ā āāā 1.debug-quickstart.md # Resolved incidents & root-cause postmortems
ā ā āāā ...
ā āāā tasks/
ā ā āāā 1.task-initial-setup.md # Active sprint tasks & acceptance criteria
ā ā āāā ...
ā āāā features/
ā āāā 1.feature-spec.md # Detailed feature specifications
ā āāā ...
āāā PROJECT_KB.md # Compact global index (< 2KB)Related MCP server: AIVectorMemory
ā” Why Structured Knowledge Matters
Surgical Token Efficiency: When an agent works on a bug or task, it reads only
.agent-kb/tasks/N.<name>.mdor.agent-kb/debug/N.<name>.mdinstead of blindly traversing thousands of codebase lines.Deterministic Context: Agents don't lose track of multi-step plans across sessions.
Interactive Neural Visualizer: Observe live memory hits, dynamic impulse animations, and token savings as agents query knowledge nodes.
Zero Dependencies: Pure Node.js standard library ā zero install footprint, lightning fast.
š¦ Installation & Quickstart
š 1-Command Setup (Auto-Configure All Agents & Editors)
Run this inside any project repository to initialize the knowledge structure and automatically configure MCP for Cursor, Claude Desktop, Windsurf, Zed, and VS Code (Cline / Roo Code):
npx @liulinnuha/lithium-kb initAdditional Commands
# Generate / Sync knowledge base (.agent-kb/ and PROJECT_KB.md)
npx @liulinnuha/lithium-kb
# Open Neural Graph Web UI (port 3030)
npx @liulinnuha/lithium-kb --ui
# Auto-watch for file changes and sync live
npx @liulinnuha/lithium-kb --watch
# Launch MCP stdio server manually
npx @liulinnuha/lithium-kb --mcpMethod 2: Global CLI Installation
Install globally on your machine to use lithium-kb anywhere:
npm install -g @liulinnuha/lithium-kb
# Then run anywhere:
lithium-kb --uiš Agent MCP Integration (Claude Desktop, Cursor, Pi)
Add this to your Claude Desktop config (claude_desktop_config.json) or Cursor MCP settings:
{
"mcpServers": {
"lithium-kb": {
"command": "npx",
"args": ["-y", "@liulinnuha/lithium-kb", "--mcp"]
}
}
}š MCP Tools Exposed
Tool | Purpose |
| Return compact architecture & symbol index (< 2KB). |
| Read targeted doc from |
| Persist new task note, debug postmortem, or feature spec. |
| Search exported functions, classes, and types across the repo. |
š License
MIT Ā© Moch Ulin Nuha
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceAn MCP server that provides persistent project context, workflow management, and knowledge capture for AI coding agents. It enables agents to maintain structured memory across sessions by tracking project profiles, conventions, skills, and technical debt.7
- AlicenseBqualityBmaintenanceMCP server that provides cross-session persistent memory for AI coding assistants using local vector database and semantic search, enabling automatic recall of project context, issues, and tasks.991Apache 2.0
- AlicenseAqualityDmaintenanceMCP server for semantic code indexing using vector embeddings, enabling AI agents to maintain persistent memory of codebases through natural language queries and intelligent chunking.19764MIT
- Alicense-qualityDmaintenanceMCP server that provides a shared semantic memory layer for AI coding agents, enabling teams to store, search, and sync context, decisions, and knowledge across projects with project-based isolation and multi-backend support.1MIT
Related MCP Connectors
The project brain for AI coding agents ā memory, decisions, sprints, knowledge base via MCP.
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/liulinnuha/lithium-kb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server