mcp-dev-record

mcp-dev-record

A dedicated MCP (Model Context Protocol) server for recording and organizing conversation content, providing templated recording functionality.

Category
Visit Server

README

DevRecord MCP 服务器

一个专门用于记录和整理对话内容的 MCP (Model Context Protocol) 服务器,提供模板化的记录功能。

功能特性

  • 🔧 两个核心工具

    • get_template_list: 获取可用的记录模板列表
    • get_template_detail: 获取具体模板的详细内容
  • 📝 内置模板

    • 会议记录模板 (meeting-record): 用于记录会议内容、决策和行动项
    • 项目总结模板 (project-summary): 用于总结项目进展、问题和计划
    • 学习笔记模板 (learning-notes): 用于记录学习内容和心得体会
    • 每日站会模板 (daily-standup): 用于记录团队每日站会内容

使用方式

1. 克隆项目

git clone https://github.com/seenbefore/DevRecord.git
cd DevRecord

2. 安装依赖

node版本16+,推荐18

npm install

3. 构建项目

npm run build

4. 在 mcp_client 中使用

{
  "mcpServers": {
    "devrecord": {
      "command": "node",
      "args": ["C:\\PATH\\TO\\PARENT\\FOLDER\\DevRecord\\build\\index.js"]
    }
  }
}

当您对大模型说:"用devrecord帮我记录一下",大模型会:

  1. 调用 get_template_list 获取可用模板列表
  2. 根据对话内容选择合适的模板
  3. 调用 get_template_detail 获取模板详情
  4. 按照模板规范总结对话内容
  5. 生成 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

添加自定义模板

  1. src/template/ 目录下创建新的 .md 文件
  2. src/index.tsgetTemplateDescription 函数中添加描述
  3. 重新构建项目

技术栈

  • TypeScript
  • Node.js
  • MCP SDK (@modelcontextprotocol/sdk)
  • Zod (参数验证)

开发说明

  • 确保安装了 Node.js 和 npm
  • 使用 TypeScript 进行开发
  • 遵循 MCP 协议规范
  • 支持跨平台运行(Windows/Linux/macOS)

参与贡献

欢迎提交 Issue 或 Pull Request!

开源协议

本项目基于 MIT License 开源。

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured