lab-notebook-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lab-notebook-mcpRecord measurement: voltage 3.3V, experiment 4"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lab-notebook-mcp
Version: 0.1.0 (Phase 1、 2026-08-17)
測定の一次資料を永続化する MCP サーバー。 chat-Claude 2026-08-17 「新しいアイデア」 arc の
「実験ノート MCP」 提案を independent MCP として 実装。 設計詳細は
docs/design.md 参照。
Design 原則 (§5 セキュリティ設計 + §3.4 append-only)
Append-only: 削除ツール なし、 訂正は supersede
モード gating:
roでは 書き込み tool を 登録自体しない + SQLite ro URI で 二重防御任意 SQL 禁止:
execute_sql系 意図的に 提供しない外部由来テキスト は でラップ: prompt injection 対策
測定器に触らない: benchtop の責務、 本 server は DB layer のみ
アーティファクト中身返さない: メタデータ + path のみ
Related MCP server: SQLite MCP Server
Quick start
pip install -e ".[dev]"
pytest # 全 test 通過確認
LAB_NOTEBOOK_MODE=rw LAB_NOTEBOOK_ROOT=./_dev python -m lab_notebookEnv vars
Var | Default | 説明 |
|
| DB + artifacts 保存先 |
|
|
|
| (unset) | artifact 取り込み許可 dir ( |
Cross-pollination 関連 (Rei stack)
benchtop v0.4.0 (2026-08-17): 実験ノート features (subject/env/mystery_id + find_similar_sessions + regression_check) が 本 project と responsibility overlap。 使い分け 推奨:
benchtop v0.4.0: quick session-level notes (単発 session に メタデータ付ける)
lab-notebook-mcp: structured multi-session records (experiment × run × dut × condition × measurement × artifact × baseline を SQL schema で 永続化、 professional lab notebook 用途)
Rei-Automator STEP 1340 audit-log.ts (2026-08-17): hash chain primitive origin、 本 project は SQLite WAL + append-only + supersede で 別方式 の integrity 保証
Repository
Related: https://github.com/fc0web/benchtop-mcp (measurement I/O 姉妹 project)
Rei stack site page: https://rei-aios.pages.dev/tools/lab-notebook-mcp-phase1-arc-2026-08-17/
License
MIT (v0.x)。 v1.0+ での license 切替の 可能性 あり (LICENSE file 参照時に 決定)。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
- mcpOAuthio.scispot
Turn any LLM into your lab assistant: search samples, track experiments, analyze data with AI.
Read-only electricity, gas, and weather data with structured provenance and units.
Track, curate, and analyze data about your health, habits, and goals.
Create schemas and read, write, and organize structured records in EasyData.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables secure interaction with multiple SQL database engines (MySQL, PostgreSQL, SQLite, SQL Server) through a standardized interface. Supports schema inspection, safe query execution, and controlled write operations with built-in security restrictions.5MIT
- AlicenseNot gradedqualityCmaintenanceProvides comprehensive SQLite database interaction for AI agents, including data manipulation, schema inspection, and automated query logging. It features a unique context preservation pattern that uses a dedicated meta-table to help autonomous agents maintain self-documenting database architectures.321MIT
- AlicenseAqualityBmaintenanceProvides persistent cross-session memory and full-text search for AI coding assistants, storing project context, decisions, and preferences while enabling searchable access to conversation history via local SQLite.81MIT
- AlicenseNot gradedqualityCmaintenanceProvides AI assistants with persistent memory across sessions using local SQLite and keyword search, allowing storage and retrieval of user preferences, project context, and decisions.128MIT
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/fc0web/lab-notebook-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server