OCD - Organized Context Datastore (MCP)
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ocd_list_context_rootsA | [OCD] Context Root 一覧を取得(cwd から設定を探索) 重要: 返却される id を以下のツールで使用してください:
⚠️ 注意: path フィールドは実際のファイルシステムパスです。 ツール引数には使用しないでください。id を使用してください。 | |||||||||||||||
| ocd_get_contextsA | [OCD] Organized Context Datastore - 階層構造を持つコンテキストを LLM と人間が共同で読み書きする MCP サーバー。 パターンとフィルタでコンテキストを取得します。 パラメータ
jq フィルタ例
| |||||||||||||||
| ocd_get_context_treeA | [OCD] コンテキストツリー(目次)を取得 パラメータ
重要: list_context_roots で返却された id を使用してください。 path フィールド(実際のファイルシステムパス)は使用しないでください。 例:
フォーマット
表示フォーマット (treeTextFormat)デフォルト: "$path: $title $summary" 使用可能な変数: $path, $title, $summary
| |||||||||||||||
| ocd_search_contextsA | [OCD] キーワードでコンテキストを検索(cwd から設定を探索) | |||||||||||||||
| ocd_mutate_contextA | [OCD] コンテキストを変更 (create/update/delete/move 一括実行) 全ての書き込み操作を単一のツールで実行可能。 複数の操作を配列で渡すことで一括処理できます。
重要: path は Context Root の id で始まる完全なパスを指定してください。 例: "knowledge-base/new-doc", "src/plugins/MyPlugin/README" 操作タイプ
title + summary の書き方「ひとつづきのサマリ」として連結して読める形式で記述する
例: contentUpdates の操作タイプwhole_replace - コンテンツ全置換{ type: 'whole_replace', content: '新しいコンテンツ全体' } replace - 部分置換(search / replacement / isRegex / flags)search: '$', replacement: '\n\n追記内容', isRegex: true, flags: 'm' | |||||||||||||||
| ocd_commitA | [OCD] 変更をコミット (git: 'manual' モード用)(cwd から設定を探索) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/teamstove/organized-context-datastore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server