Skip to main content
Glama
Aries-0331

litecontext-cli

by Aries-0331

LiteContext CLI

LiteContext CLIは、個人知識のためのローカルファーストのコンテキストエンジンおよびMCPサーバーです。ローカルのMarkdownまたはObsidianフォルダをインデックス化し、ソースの引用を保持し、互換性のあるAIクライアントがMCPを通じて関連するローカルコンテキストを取得できるようにします。

デスクトップアプリケーション、ブラウザ、クラウドアカウント、localhost UIなしで動作します。ソースとインデックスはデフォルトで~/.litecontextに保持されます。

インストール

Goエンジンは現在、読み取り専用の互換性プレビューです。既存のLiteContext v1 JSONワークスペースを開き、コンテキストプロファイルの境界を適用し、Nodeを必要とせずに引用付き検索、doctor、MCP stdioをランタイムで提供します:

go run ./cmd/litecontext doctor --workspace ~/.litecontext --json
go run ./cmd/litecontext search --workspace ~/.litecontext --query "project roadmap" --json
go run ./cmd/litecontext mcp serve --workspace ~/.litecontext

ソース、プロファイル、SQLiteへの書き込みはまだ行いません。TypeScript CLIは、移行期間中のこれらの操作の互換性ベースラインとして引き続き機能します。最初のGoバイナリリリースはGitHub ReleasesとHomebrewを通じて配布されます。npmは必須の製品ランタイムではありません。

Related MCP server: ragi

現在のTypeScript CLIベースライン

litecontext source add ~/Documents/notes --source-id notes --name "Personal notes"
litecontext source list
litecontext doctor
litecontext serve --mcp

Obsidianボールトの場合は、--source-type obsidianを追加します。source addは、--no-default-profileが指定されない限り、デフォルトのコンテキストプロファイルを作成します。source sync <id>を使用してソースを更新し、source remove <id>を使用してLiteContextのローカルインデックスとレジストリエントリのみを削除します。元のファイルは決して削除されません。

MCP設定

AIクライアント用の貼り付け可能な設定を出力します:

litecontext mcp-config --global

サーバーコマンドはlitecontext serve --mcpです。MCPサーバーは、デスクトップアプリケーションが実行されていない場合、同じローカルワークスペースを読み取ります。

ワークスペースとアーキテクチャ

Local Markdown / Obsidian
  -> connectors and ContextItem normalization
  -> SQLite/FTS index + Context Profile
  -> LiteContext CLI / MCP stdio
  -> cited local context for an AI client
  • @litecontext/core — コントラクト、プロファイル、SQLite/FTSインデックス、取得。

  • @litecontext/connectors — ポータブルなソースコネクタ。

  • @litecontext/cli — ソースライフサイクルコマンド、診断、MCPサーバー。

開発

移行リポジトリは現在、TypeScriptベースラインとGo読み取り専用エンジンの両方を検証します。Go 1.24.1、Node 24.13–24.x、pnpm 10が必要です。

pnpm install
pnpm check
pnpm audit:security

pnpm checkは、両方の実装の共有ゴールデンフィクスチャテストを実行します。

CONTRIBUTING.mdSECURITY.mdサードパーティ通知、およびリリースガイドを参照してください。

ライセンス

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Local-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.
    3
    14
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Local-first MCP server for retrieval over markdown wikilink vaults, offering hybrid vector+lexical search, note reading, neighbor expansion, and recent activity tracking with fully local embeddings and no network egress.
    MIT

View all related MCP servers

Related MCP Connectors

  • Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

  • Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aries-0331/litecontext'

If you have feedback or need assistance with the MCP directory API, please join our Discord server