mcp服务器注释
此存储库包含一个MCP服务器的简单示例,该服务器从 notes.txt 文件。
使用带有Cursor的MCP服务器
添加 "notes" 反对你的 .cursor/mcp.json 文件:
{
"mcpServers": {
"notes": {
"command": "uv",
"args": [
"--directory",
"absolute/path/to/mcp-server-notes",
"run",
"notes.py"
]
}
}
}