CogLog MCP server — a meta-cognition log for LLMs
Project description
CogLog MCP Server v0.9.1 (Python)
CogLog の MCP サーバー。AI エージェントが MCP 経由でコグログを読み書きできる。
The CogLog MCP server. Allows AI agents to read and write coglogs via MCP.
インストール / Installation
pip install coglog-mcp
必要環境 / Requirements
- Python 3.9+
設定例 / Configuration Example
{
"mcpServers": {
"coglog": {
"command": "coglog-mcp"
}
}
}
MCP プロトコル / MCP Protocol
JSON-RPC 2.0 over stdio (MCP 2024-11-05)。
| ツール / Tool | 説明 / Description |
|---|---|
coglog_read |
直前ターンのコグログを読み出す / Read the previous turn's coglog |
coglog_write |
現ターンのコグログを書き込む / Write the current turn's coglog |
coglog_clear |
コグログをリセットする / Reset the coglog |
データ形式 / Data Format
{
"_schema": {
"version": "0.9.1",
"fact_layer": {
"user": "non-empty string required",
"thinking": "non-empty string required",
"assistant": "non-empty string required"
},
"interpretation_layer": {
"current_focus": "string required, empty OK",
"theory_of_mind": "string required, empty OK",
"self_narrative": "string required, empty OK",
"annotation": "string required, empty OK"
},
"constraints": {
"window_size": "1 turn (overwritten each write)",
"interpretation_empty": "choosing not to write is itself a metacognitive act"
}
},
"turn_id": 1,
"timestamp": "2026-02-26T00:00:00+00:00",
"layers": { "user": "...", "thinking": "...", "assistant": "..." },
"current_focus": "...",
"theory_of_mind": "...",
"self_narrative": "...",
"annotation": "..."
}
詳細 / Details
DESIGN-v0.9.1.md — 設計思想・背景文献 / Design philosophy and references
ライセンス / License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coglog_mcp-0.9.1.tar.gz
(5.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file coglog_mcp-0.9.1.tar.gz.
File metadata
- Download URL: coglog_mcp-0.9.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d220159189725e9f060600ce98fc427401ad4660dcb4498aa59b3491b81cbe60
|
|
| MD5 |
010eeda93fd5684fb8105793eb2ffd3c
|
|
| BLAKE2b-256 |
8dfed319fd5439907169d6fe974bcc277abb53977c606f2ee44c43d8e82fee3e
|
File details
Details for the file coglog_mcp-0.9.1-py3-none-any.whl.
File metadata
- Download URL: coglog_mcp-0.9.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e242017d04da082bfe47a727fa6c33326b1f806844c6a74ceb87b6be6c43ca7
|
|
| MD5 |
1f1fb95a258ca8dd044a0286191e05c7
|
|
| BLAKE2b-256 |
6a1db6ed35dcdbba5794f4a55cb4e2b04c84f74ddd0bd1a238d0cf10691241d7
|