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
0

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

C
Claude Context
Claude Context is an MCP plugin that provides in - depth context of the entire codebase for AI programming assistants through semantic code search. It supports multiple embedding models and vector databases to achieve efficient code retrieval.
TypeScript
5.7K
5 points
A
Acemcp
Acemcp is an MCP server for codebase indexing and semantic search, supporting automatic incremental indexing, multi-encoding file processing, .gitignore integration, and a Web management interface, helping developers quickly search for and understand code context.
Python
9.8K
5 points
B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
8.2K
4 points
M
MCP Agent Mail
MCP Agent Mail is a mail - based coordination layer designed for AI programming agents, providing identity management, message sending and receiving, file reservation, and search functions, supporting asynchronous collaboration and conflict avoidance among multiple agents.
Python
8.4K
5 points
K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
13.1K
5 points
M
MCP
The Microsoft official MCP server provides search and access functions for the latest Microsoft technical documentation for AI assistants
13.0K
5 points
A
Aderyn
Aderyn is an open - source Solidity smart contract static analysis tool written in Rust, which helps developers and security researchers discover vulnerabilities in Solidity code. It supports Foundry and Hardhat projects, can generate reports in multiple formats, and provides a VSCode extension.
Rust
9.7K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
10.0K
4 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
17.5K
4.5 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
28.6K
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
17.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
53.9K
4.3 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
51.3K
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#
24.3K
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
17.2K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
75.7K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase