mcp-dev-record
Provides templated recording functionality that generates structured markdown documents for meetings, project summaries, learning notes, and daily standups
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., "@mcp-dev-recordget the meeting record template for our team sync"
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.
DevRecord MCP 服务器
一个专门用于记录和整理对话内容的 MCP (Model Context Protocol) 服务器,提供模板化的记录功能。
功能特性
🔧 两个核心工具:
get_template_list: 获取可用的记录模板列表get_template_detail: 获取具体模板的详细内容
📝 内置模板:
会议记录模板 (
meeting-record): 用于记录会议内容、决策和行动项项目总结模板 (
project-summary): 用于总结项目进展、问题和计划学习笔记模板 (
learning-notes): 用于记录学习内容和心得体会每日站会模板 (
daily-standup): 用于记录团队每日站会内容
Related MCP server: MCP Server
使用方式
1. 克隆项目
git clone https://github.com/seenbefore/DevRecord.git
cd DevRecord2. 安装依赖
node版本16+,推荐18
npm install3. 构建项目
npm run build4. 在 mcp_client 中使用
{
"mcpServers": {
"devrecord": {
"command": "node",
"args": ["C:\\PATH\\TO\\PARENT\\FOLDER\\DevRecord\\build\\index.js"]
}
}
}当您对大模型说:"用devrecord帮我记录一下",大模型会:
调用
get_template_list获取可用模板列表根据对话内容选择合适的模板
调用
get_template_detail获取模板详情按照模板规范总结对话内容
生成 markdown 文档保存到
src/record/目录
工具说明
get_template_list
描述: 获取所有可用的记录模板
参数: 无
返回: 模板列表,包含模板名称、文件名和描述
get_template_detail
描述: 获取指定模板的完整内容
参数:
templateName(string): 模板名称(不含扩展名)
返回: 模板的完整markdown内容
目录结构
DevRecord/
├── src/
│ ├── index.ts # MCP服务器主文件
│ ├── template/ # 模板目录
│ │ ├── meeting-record.md
│ │ ├── project-summary.md
│ │ ├── learning-notes.md
│ │ └── daily-standup.md
│ └── record/ # 生成的记录文档目录
├── build/ # 编译后的文件
├── package.json
└── tsconfig.json添加自定义模板
在
src/template/目录下创建新的.md文件在
src/index.ts的getTemplateDescription函数中添加描述重新构建项目
技术栈
TypeScript
Node.js
MCP SDK (@modelcontextprotocol/sdk)
Zod (参数验证)
开发说明
确保安装了 Node.js 和 npm
使用 TypeScript 进行开发
遵循 MCP 协议规范
支持跨平台运行(Windows/Linux/macOS)
参与贡献
欢迎提交 Issue 或 Pull Request!
开源协议
本项目基于 MIT License 开源。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
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/seenbefore/DevRecord'
If you have feedback or need assistance with the MCP directory API, please join our Discord server