terrain

kyow/terrain
★ 1 stars Rust Memory/Knowledge Updated today
A lightweight, configurable full-text search MCP server for Markdown knowledge bases.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "terrain": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "terrain"
      ]
    }
  }
}

README Excerpt

English | [日本語](README.ja.md) `terrain` is a lightweight, configurable, local-first full-text search engine for your Markdown knowledge base, with built-in support for Japanese text. It runs as a command-line MCP (Model Context Protocol) server, indexing a specified directory of `.md` files and exposing search and retrieval tools.

Tools (1)

stdio