Nabu Nisaba
N

Nabu Nisaba

Nabu and Nisaba are research prototype toolkits used to enhance the code understanding and development efficiency of LLM agents. Nabu, as an MCP server, provides code semantic search and structure analysis functions, supporting multiple programming languages; Nisaba provides workspace management capabilities for Claude Code through proxy injection and a TUI interface, helping agents manage context usage autonomously.
2 points
8.1K

What is Nabu + Nisaba?

Nabu + Nisaba is a research prototype system specifically designed for AI assistants (such as Claude Code), providing IDE-like code intelligence functions. It consists of two MCP servers: - **Nabu**: A code intelligence server that provides semantic search and code structure analysis functions. - **Nisaba**: A workspace TUI server that provides a terminal-like user interface working environment for AI assistants. This system helps AI assistants understand code architectures more effectively, reduces context usage, and improves development efficiency.

How to use Nabu + Nisaba?

Using Nabu + Nisaba requires several steps: 1. Install Python dependencies and the project. 2. Configure the MCP server settings. 3. Start the proxy server. 4. Connect to the system through Claude Code. After the system starts, Nabu will automatically index the codebase, and Nisaba will provide a structured TUI workspace for the AI assistant.

Use Cases

Nabu + Nisaba is most suitable for the following scenarios: - AI assistants performing development work on large codebases. - Projects that require understanding complex code architectures. - Research projects that aim to reduce the context usage of AI assistants. - Personal projects or experimental development environments. ⚠️ Note: This is a research prototype and is not recommended for use in production environments.

Main Features

Semantic Code Search
Use advanced AI models to understand code semantics, supporting multiple languages such as Python, Java, C++, and Perl. It can not only search for keywords but also understand the functions and relationships of code.
Code Structure Analysis
Automatically analyze the organizational structure of code and generate an IDE-like code outline. Display the hierarchical relationships between packages, classes, and functions to help AI quickly understand the code architecture.
Workspace TUI
Provide a terminal-like user interface working environment for AI assistants. AI can manage file windows and control context usage like human developers, improving operational efficiency.
Intelligent Context Management
Help AI assistants manage context usage more effectively. Through structured views and semantic search, reduce unnecessary context consumption and extend the session time.
Dynamic Skill System
Support dynamic loading and unloading of skills (augments). AI can activate different functional modules as needed to flexibly adapt to different task requirements.
Advantages
Significantly reduce the context usage of AI assistants (up to 10 times savings in actual measurement)
Improve code understanding and architecture analysis capabilities
Support long - term continuous development sessions (record: 850+ messages, 10 functions)
Provide a working experience similar to that of human developers
An open - source and extensible research platform
Limitations
It is a research prototype, unstable, and not recommended for use in production environments
Requires certain technical knowledge for configuration
Currently only supports specific programming languages
Depends on Claude Code and has limited adaptation to other AI assistants
The system is relatively complex and has a steep learning curve

How to Use

Installation Preparation
Ensure that the system meets the basic requirements: Python 3.13+, Git, and sufficient storage space. It is recommended to use a virtual environment.
Install the Project
Clone the project from GitHub and install the dependency packages.
Configure the MCP Server
Edit the MCP configuration file and set the codebase path and server parameters.
Configure Claude Code
Set the status bar and hooks of Claude Code to enable the workspace function.
Start the System
Start Claude Code through the proxy and connect to the Nabu and Nisaba servers.

Usage Examples

Codebase Exploration
An AI assistant needs to understand the structure and functions of a large codebase. Use Nabu's semantic search and structure analysis to quickly find relevant code modules.
Long - Term Development Session
Develop a new module with multiple functions. Use the workspace TUI to manage multiple files and maintain efficient context usage.
Code Refactoring
Refactor a complex legacy code module. Use semantic search to find all relevant code and analyze the dependencies.

Frequently Asked Questions

Is Nabu + Nisaba suitable for use in production environments?
What version of Python is required?
Which programming languages are supported?
How long does it take to index the codebase?
Can it be used with other AI assistants?
What are "augments" (skills)?

Related Resources

GitHub Repository
Project source code and the latest version
Usage Case Documentation
Detailed usage cases and conversation records
Research Paper Citation
Related research on AI cognitive design patterns
Model Context Protocol
Official documentation of the MCP protocol
Claude Code
Official documentation of Claude Code

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "nabu": {
      "command": "python",
      "args": [
        "-m",            "nabu.mcp.server",
        "--codebase",    "nabu:/path/to_codebase/:/path/to/database.kuzu:active:true",
        "--context",     "development",
        "--enable-http",
        "--http-port",   "1338",
        "--dev-mode"
      ],
      "env": {
        "PYTHONPATH": "/path/to/nabu_nisaba/",
        "NABU_LOG_LEVEL": "INFO",
        "NABU_MODEL_CACHE": "/path/to/nabu_nisaba/.nabu/hf_cache/"
      }
    },
    "nisaba": {
      "type": "http",
      "url": "http://localhost:9973/mcp"
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
9.6K
4.5 points
M
Moltbrain
MoltBrain is a long-term memory layer plugin designed for OpenClaw, MoltBook, and Claude Code, capable of automatically learning and recalling project context, providing intelligent search, observation recording, analysis statistics, and persistent storage functions.
TypeScript
10.2K
4.5 points
B
Bm.md
A feature-rich Markdown typesetting tool that supports multiple style themes and platform adaptation, providing real-time editing preview, image export, and API integration capabilities
TypeScript
14.9K
5 points
S
Security Detections MCP
Security Detections MCP is a server based on the Model Context Protocol that allows LLMs to query a unified security detection rule database covering Sigma, Splunk ESCU, Elastic, and KQL formats. The latest version 3.0 is upgraded to an autonomous detection engineering platform that can automatically extract TTPs from threat intelligence, analyze coverage gaps, generate SIEM-native format detection rules, run tests, and verify. The project includes over 71 tools, 11 pre-built workflow prompts, and a knowledge graph system, supporting multiple SIEM platforms.
TypeScript
6.7K
4 points
P
Paperbanana
Python
10.0K
5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
8.7K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
10.0K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
8.9K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
28.5K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
81.7K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
38.2K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
23.9K
4.5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
69.7K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
37.5K
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
24.0K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
56.5K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase