nabchan-mcp-server
@backpaper0
About nabchan-mcp-server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nabchan-mcp-server": {
"command": "uv",
"args": [
"run",
"-m",
"tools.build_index"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is nabchan-mcp-server?
nabchan-mcp-server is an experimental MCP server that returns information about the Nablarch framework based on its official documentation. It uses DuckDB and Lindera for full-text search of the documentation content.
How to use nabchan-mcp-server?
You can run it using Docker (with stdio transport) or via ToolHive. The README provides VSCode configuration examples for both stdio and SSE transports. For development, set up Python 3.11, uv, Git, and Docker.
Key features of nabchan-mcp-server
read_document– Converts a Nablarch documentation URL to markdown.search_document– Searches the documentation and returns title, URL, and summary.- Index built from Nablarch HTML docs using morphological analysis.
- Runs locally with Python and DuckDB.
- Supports stdio and SSE transport types.
Use cases of nabchan-mcp-server
- Ask questions about Nablarch in GitHub Copilot Chat (Agent mode).
- Search for specific Nablarch topics or components.
- Retrieve markdown versions of official Nablarch documentation pages.
- Integrate Nablarch documentation queries into AI‐assisted development tools.
FAQ from nabchan-mcp-server
Is the server production‑ready?
No, this is an experimental project with room for improvement.
What are the system requirements for development?
Python 3.11, uv, Git, and Docker are required. The index must be built using uv run -m tools.build_index.
Where does the documentation data come from?
Data is extracted from the official Nablarch documentation HTML files. Text is extracted with BeautifulSoup, summarized (via LLM), and indexed in DuckDB with Lindera for full‑text search.
What transport methods are supported?
Both stdio (default for Docker) and SSE (with a pre‑started HTTP server on localhost:8000) are supported.
How can I run the server without Docker?
Use ToolHive (thv run) or run directly with uv: uv run -m nabchan_mcp_server.main (with optional --transport sse and --host localhost).
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments