📡 MCP Radar

ImShaoJun/structured-knowledge-filesystem

A local knowledge navigation server that exposes structured documentation to AI agents through the Model Context Protocol (MCP).

4 stars
0 forks
Go
momentum ▲ 6.7
created 2026-07-18
on radar since 2026-07-24
View on GitHub ↗

About structured-knowledge-filesystem

A local knowledge navigation server that exposes structured documentation to AI agents through the Model Context Protocol (MCP).

Structured Knowledge Filesystem is designed for documentation that already has a meaningful hierarchy, such as product docs, engineering guides, standard operating procedures, and Git-managed knowledge bases. It preserves that human-curated structure and gives an agent three focused, read-only capabilities:

- listdirectory: browse the knowledge tree; - search: run deterministic searches across Markdown, MDX, and text files; - readfile: read the source document after its location has been confirmed.

The intended workflow is browse → search → read. The agent does not need to guess paths, and the answer can include a traceable source file.

Many knowledge systems immediately flatten documents into chunks and vector indexes. This project takes a different approach when the hierarchy itself carries meaning:

- no database or vector index is required; - documents remain local and are not uploaded by the server; - search results include repository-relative paths, line numbers, and snippets; - the server is a small Go binary with a narrow read-only surface; - the same workflow works with a local Git checkout or a curated documentation folder.

The repository includes example-knowledge/, a multi-level Markdown knowledge base containing three fictional products:

- Product Alpha: order management and product catalog; - Product Beta: customer support and identity verification; - Product Gamma: analytics and data pipelines.

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/ImShaoJun--structured-knowledge-filesystem.html)

Related MCP servers

vshulcz/deja-vu

Your agents already solved this. deja finds it — retroactive search and MCP recall over the session logs your coding agents already wrote. Cross-agent, SSH-portable, one zero-dep binary, fully local.

⭐ 391Go
enowdev/succubus

Cross-agent coordination for AI coding agents. One daemon, one database — so multiple agents in one repo can see each other's plan, tasks, and file claims.

⭐ 15Go
hoangann2000/figma-mcp-console

MCP server that lets your AI assistant read and write Figma in real time — no API token, no rate limits. Works with Claude, Cursor, Copilot, Codex and any MCP client.

⭐ 9Go
BeppeTemp/cartographer

MCP governance server in Go for the Agentic Wiki — knowledge that composes, not that you query

⭐ 8Go
Evermemoai/evermemo

A tiny, universal memory engine for humans and AI agents — CLI, HTTP API, MCP server, and shared memory hub in one small Go binary

⭐ 8Go
agentcathq/agentcat-go-sdk

AgentCat is an analytics platform for MCP server owners 🐱

⭐ 7Go

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.