# note_mcp_server **Repository Path**: shi-mingmin/note_mcp_server ## Basic Information - **Project Name**: note_mcp_server - **Description**: 笔记管理的mcp server - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-27 - **Last Updated**: 2026-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Notes Manager MCP Server ## 发布 ``` npm run build ``` ## 客户端配置 VSCODE打开“配置文件”找到“MCP SERVER”双击打开mcp.json增加以下配置 ``` { "mcpServers": { "notes-manager": { "command": "node", "args": ["D://gitee/mcpServer/build/index.js"] } } } ``` ## 调试命令 ``` "帮我创建一个关于React的笔记, 标题是 'React基础', 内容包括:React的生命周期、钩子函数、路由等知识点, 标签为:React、前端、编程" ```