Back to Apps

NabChan MCP Server
by backpaper0
Search and retrieve technical documentation for the Nablarch framework using a specialized MCP server.
0 stars
Works in:VS Code Copilot
Exposes:ToolsResources
What it does
NabChan MCP Server provides a dedicated interface for AI models to query, search, and read the official Nablarch documentation. It uses a high-performance backend powered by DuckDB with full-text search and Lindera for Japanese morphological analysis, ensuring accurate retrieval of framework-specific technical data.
Tools
search_document: Searches the Nablarch documentation and returns titles, URLs, and summaries.read_document: Fetches the content of a specific Nablarch document and converts it to markdown for the AI.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"nablarch-document": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--network",
"none",
"-e",
"TRANSPORT=stdio",
"ghcr.io/backpaper0/nabchan-mcp-server"
]
}
}
}
Supported hosts
- Claude Desktop
- VS Code Copilot
Quick install
docker run -i --rm --network none -e TRANSPORT=stdio ghcr.io/backpaper0/nabchan-mcp-serverInformation
- Pricing
- free
- Published
- 7/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"nablarch-document": {"command": "docker", "args": ["run", "-i", "--rm", "--network", "none", "-e", "TRANSPORT=stdio", "ghcr.io/backpaper0/nabchan-mcp-server"]}}}VS Code Copilot
Add to MCP servers configuration in VS Code settings.





