Skip to main content
Glama

Protein Lab v0.0.1

本地蛋白质实验管理系统。Flask 后端 + 纯 SQLite,无需网络、数据完全本地。

功能

  • 蛋白库 — 手动添加 / FASTA 批量导入 / 搜索匹配

  • 计算工具 — Beer-Lambert 浓度计算(Pace 1995 消光系数,与 Expasy ProtParam 一致)、BLI 梯度稀释规划(递推稀释 + 统一体积 + 整百微升取整)

  • 实验归档 — 从计算工具一键保存 / 按实验导出 Excel / 历史实验回填

  • MCP 服务器 — 7 个工具,供 Claude 等 AI 通过 MCP 协议调用

Related MCP server: ChEMBL MCP Server

环境要求

  • Python 3.9+

  • 依赖:pip install -r requirements.txt

启动

双击 启动.bat(Windows)或 启动.command(macOS),浏览器自动打开 http://127.0.0.1:5000。关闭窗口即停止服务。

配置 MCP(可选)

在 Claude Code 的 .claude/settings.json 中添加:

{
  "mcpServers": {
    "protein-lab": {
      "command": "python",
      "args": ["path/to/protein_lab/mcp_server.py"]
    }
  }
}

目录结构

protein_lab/
├── app.py              Flask 主应用
├── calculators.py      计算核心(MW / ε / 浓度 / 稀释)
├── models.py           SQLite 数据模型
├── mcp_server.py       MCP stdio 服务器
├── requirements.txt    依赖
├── 启动.bat            一键启动
├── templates/          Jinja2 页面模板
├── static/             JS + CSS
└── protein_lab.db     自动生成,首次运行创建
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    B
    maintenance
    A Model Context Protocol (MCP) server that exposes ChEMBL's public bioactivity database as tools for searching compounds, retrieving bioactivity data, target compounds, and ADMET properties, usable by Claude and ChatGPT.
    Last updated
  • F
    license
    -
    quality
    D
    maintenance
    A powerful SQLite-backed expense tracking server built with the Model Context Protocol (MCP). This server allows AI agents (like Claude) to manage your personal finances by adding, deleting, and listing expenses directly from your chat interface.
    Last updated
  • A
    license
    -
    quality
    A
    maintenance
    Local MCP server for CairnOS, a local-first productivity app. Exposes 13 tools that let Claude read and write the same local SQLite "brain" the app uses — create and update tasks, projects, reminders, ideas, and notes; classify natural-language brain dumps; and query overdue/today tasks and project context.
    Last updated
    20
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.

View all MCP Connectors

Latest Blog Posts

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/QINGMINGMIKU/protein-lab'

If you have feedback or need assistance with the MCP directory API, please join our Discord server