litecontext-cli
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 --mcpObsidianボールトの場合は、--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:securitypnpm checkは、両方の実装の共有ゴールデンフィクスチャテストを実行します。
CONTRIBUTING.md、SECURITY.md、サードパーティ通知、およびリリースガイドを参照してください。
ライセンス
This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceA local-first MCP server that exposes personal notes and files as unified semantic context for AI agents via vector search and file monitoring.6MIT
- AlicenseAqualityDmaintenanceLocal-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.314MIT
- AlicenseNot gradedqualityDmaintenanceA local-first MCP server that turns a .context/ folder of markdown files into a searchable knowledge layer for AI coding agents.202MIT
- AlicenseNot gradedqualityAmaintenanceLocal-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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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