MCP toolkit for Claude Code agents
Project description
mnemo
Python製MCPツールセット。Claude CodeなどのAIエージェントのコンテキスト管理・API連携・テスト自動化を拡張します。
モジュール
| モジュール | 説明 | ライセンス |
|---|---|---|
memory |
エージェントの記憶・コンテキスト管理 | MIT |
connectors |
API連携・ウェブスクレイピング | 商用 |
testing |
テスト・検証の自動化 | 商用 |
memory モジュール
ローカルJSONファイル(~/.mnemo/memory.json)にキー・バリュー形式でテキストを保存します。
ツール一覧
| ツール | 説明 |
|---|---|
save_context |
キー・バリュー形式でテキストを保存 |
load_context |
キーを指定して取得 |
search_memory |
キーワードで曖昧検索(部分一致・大文字小文字無視) |
インストール
pip install mnemo
# または
uv add mnemo
Claude Code への登録
~/.claude/claude_desktop_config.json(macOS/Linux)または
%APPDATA%\Claude\claude_desktop_config.json(Windows)に追記します。
{
"mcpServers": {
"mnemo-memory": {
"command": "mnemo-memory"
}
}
}
使用例
# Claude Code のチャットで
save_context("project_goal", "MCPツールセットのmvpをリリースする")
load_context("project_goal")
search_memory("mvp")
ローカル開発
git clone https://github.com/yourname/mnemo
cd mnemo
uv sync --extra dev
uv run pytest
ライセンス
memoryモジュール: MIT Licenseconnectors/testingモジュール: 商用ライセンス(Lemon Squeezy にて販売)
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
mnemokit-0.1.0.tar.gz
(59.3 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
mnemokit-0.1.0-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file mnemokit-0.1.0.tar.gz.
File metadata
- Download URL: mnemokit-0.1.0.tar.gz
- Upload date:
- Size: 59.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cf081f8b27fcaf11dcbf4ff8a632d16d5368eb06624d962aad78b3d83605547
|
|
| MD5 |
f5ce7406de10d747867fb28df1251899
|
|
| BLAKE2b-256 |
0b421fd08740a564dd8e01694354d914d5d49c42e110ee7851b7d1a357d9c4e9
|
File details
Details for the file mnemokit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mnemokit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
902eee52fe59c145ae2fd9b28386028ae84ac949ab0f890f9ea62bf270f1a44a
|
|
| MD5 |
00d24297807f40726d5167cb08d4355c
|
|
| BLAKE2b-256 |
d6cd416b29315563c155a23c91dfbd8b8290e7b651ee4c86ec084caca9eb96f1
|