MCP服务器:笔记存储与管理工具
一个基于Python的MCP服务器,提供笔记存储、资源管理和功能扩展能力。
快速入门
安装
- 克隆仓库到本地: git clone https://github.com/Stormbreaker06/MCP-SERVER.git
- 进入项目目录: cd MCP-SERVER
配置
在Claude Desktop中配置服务器信息。
- MacOS路径:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows路径:
%APPDATA%/Claude/claude_desktop_config.json
示例配置:
"mcpServers": {
"MCP-GITHUB-SERVER": {
"command": "uv",
"args": [
"--directory",
"C:\Users\DELL\Desktop\mcp-github-server\MCP-GITHUB-SERVER",
"run",
"MCP-GITHUB-SERVER"
]
}
}
启动
运行以下命令以启动服务器: uv --directory C:\Users\DELL\Desktop\mcp-github-server\MCP-GITHUB-SERVER run MCP-GITHUB-SERVER
调试
推荐使用MCP Inspector进行调试: npx @modelcontextprotocol/inspector uv --directory C:\Users\DELL\Desktop\mcp-github-server\MCP-GITHUB-SERVER run mcp-github-server