Complete lightweight local MCP servers collection for Augment Agent/Cursor with auto-updating dependencies. 7 powerful servers: time, memory, fetch, filesystem, sequential-thinking, context management & image analysis. 为Augment Agent/Cursor提供的完整轻量化本地MCP服务器集合,具有自动更新依赖功能。7个强大服务器:时间、内存、网络、文件系统、序列思维、上下文管理和图像分析。
0
stars
1
commits
JavaScript
primary language
Jun 19, 2025
updated
A complete collection of lightweight, local Model Context Protocol (MCP) servers for Augment Agent. 为Augment Agent提供的完整轻量化本地模型上下文协议(MCP)服务器集合。
This project provides a unified collection of local MCP servers with always-updated dependencies for optimal performance. 本项目提供统一的本地MCP服务器集合,依赖始终保持最新以确保最佳性能。
D:\local-mcp-servers\
├── time-local\ # Time processing and calculations / 时间处理和计算
├── memory-local\ # Persistent memory management / 持久化内存管理
├── fetch-local\ # HTTP client for web requests / HTTP客户端网络请求
├── filesystem-local\ # File and directory operations / 文件和目录操作
├── sequential-thinking-local\ # Step-by-step thinking processor / 逐步思维处理器
├── context7-local\ # Context management and search / 上下文管理和搜索
├── moondream-minimal\ # Image analysis capabilities / 图像分析功能
├── start-mcp.bat # Main startup script / 主启动脚本
├── mcp-config.json # Generated configuration / 生成的配置文件
└── README.md # This file / 本文件
# Run from D:\local-mcp-servers\ / 在D:\local-mcp-servers\目录运行
start-mcp.bat
get_current_time, format_time, time_differencestore_memory, retrieve_memory, list_memory, delete_memory, clear_memoryfetch_url, fetch_json, post_data, check_url_statusread_file, write_file, list_directory, create_directory, delete_file, file_info, search_filesstart_thinking, add_thought, review_thinking, conclude_thinking, list_sessions, branch_thinkingcreate_context, add_to_context, search_context, get_context, list_contexts, update_context, delete_context, merge_contextsanalyze_image_moondream-general, batch_analyze_moondream-general, ask_about_image_moondream-generalD:/local-mcp-servers/moondream-minimal/moondream-mcp-optimized/ultra-minimal/{
"mcpServers": {
"time-local": {
"command": "node",
"args": ["D:/local-mcp-servers/time-local/server.js"]
},
"memory-local": {
"command": "node",
"args": ["D:/local-mcp-servers/memory-local/server.js"]
},
"fetch-local": {
"command": "node",
"args": ["D:/local-mcp-servers/fetch-local/server.js"]
},
"filesystem-local": {
"command": "node",
"args": ["D:/local-mcp-servers/filesystem-local/server.js"]
},
"sequential-thinking-local": {
"command": "node",
"args": ["D:/local-mcp-servers/sequential-thinking-local/server.js"]
},
"context7-local": {
"command": "node",
"args": ["D:/local-mcp-servers/context7-local/server.js"]
},
"moondream-general": {
"command": "node",
"args": ["D:/local-mcp-servers/moondream-minimal/moondream-mcp-optimized/ultra-minimal/server.js"]
}
}
}
This configuration is automatically generated by start-mcp.bat.
此配置由 start-mcp.bat 自动生成。
| Metric / 指标 | Cloud Servers / 云服务器 | Local Servers / 本地服务器 | Improvement / 改进 |
|---|---|---|---|
| Total Size / 总大小 | 10GB+ | 1.5GB | 85% smaller / 减少85% |
| Startup Time / 启动时间 | 60s+ | 10s | 83% faster / 快83% |
| Memory Usage / 内存使用 | 4GB+ | 1GB | 75% less / 减少75% |
| Dependency Updates / 依赖更新 | Manual / 手动 | Automatic / 自动 | Always latest / 始终最新 |
| Reliability / 可靠性 | Variable / 可变 | Consistent / 一致 | Always available / 始终可用 |
Dependencies are automatically updated each time you run the startup script: 每次运行启动脚本时依赖会自动更新:
start-mcp.bat / 运行 start-mcp.batEach server is self-contained. To customize: 每个服务器都是独立的。要自定义:
server.js file / 修改 server.js 文件@modelcontextprotocol/server-time → time-local@modelcontextprotocol/server-memory → memory-local@modelcontextprotocol/server-fetch → fetch-local@modelcontextprotocol/server-filesystem → filesystem-local@modelcontextprotocol/server-sequential-thinking → sequential-thinking-local@upstash/context7-mcp → context7-localmoondream-generalMIT License - Feel free to modify and distribute. MIT许可证 - 可自由修改和分发。
This is a local project optimized for your specific setup. Modifications welcome! 这是为您的特定设置优化的本地项目。欢迎修改!
For issues / 遇到问题时:
start-mcp.bat to update dependencies / 运行 start-mcp.bat 更新依赖This collection provides 7 powerful MCP servers with automatic dependency updates: 此集合提供7个强大的MCP服务器,具有自动依赖更新功能:
🎉 Enjoy your complete local MCP server ecosystem! / 享受您完整的本地MCP服务器生态系统!
1 commits
JavaScript
71.0%
TypeScript
23.1%
PowerShell
2.3%
Batchfile
1.9%
Shell
1.6%
Complete lightweight local MCP servers collection for Augment Agent/Cursor with auto-updating dependencies. 7 powerful servers: time, memory, fetch, filesystem, sequential-thinking, context management & image analysis. 为Augment Agent/Cursor提供的完整轻量化本地MCP服务器集合,具有自动更新依赖功能。7个强大服务器:时间、内存、网络、文件系统、序列思维、上下文管理和图像分析。
0
stars
1
commits
JavaScript
primary language
Jun 19, 2025
updated
A complete collection of lightweight, local Model Context Protocol (MCP) servers for Augment Agent. 为Augment Agent提供的完整轻量化本地模型上下文协议(MCP)服务器集合。
This project provides a unified collection of local MCP servers with always-updated dependencies for optimal performance. 本项目提供统一的本地MCP服务器集合,依赖始终保持最新以确保最佳性能。
D:\local-mcp-servers\
├── time-local\ # Time processing and calculations / 时间处理和计算
├── memory-local\ # Persistent memory management / 持久化内存管理
├── fetch-local\ # HTTP client for web requests / HTTP客户端网络请求
├── filesystem-local\ # File and directory operations / 文件和目录操作
├── sequential-thinking-local\ # Step-by-step thinking processor / 逐步思维处理器
├── context7-local\ # Context management and search / 上下文管理和搜索
├── moondream-minimal\ # Image analysis capabilities / 图像分析功能
├── start-mcp.bat # Main startup script / 主启动脚本
├── mcp-config.json # Generated configuration / 生成的配置文件
└── README.md # This file / 本文件
# Run from D:\local-mcp-servers\ / 在D:\local-mcp-servers\目录运行
start-mcp.bat
get_current_time, format_time, time_differencestore_memory, retrieve_memory, list_memory, delete_memory, clear_memoryfetch_url, fetch_json, post_data, check_url_statusread_file, write_file, list_directory, create_directory, delete_file, file_info, search_filesstart_thinking, add_thought, review_thinking, conclude_thinking, list_sessions, branch_thinkingcreate_context, add_to_context, search_context, get_context, list_contexts, update_context, delete_context, merge_contextsanalyze_image_moondream-general, batch_analyze_moondream-general, ask_about_image_moondream-generalD:/local-mcp-servers/moondream-minimal/moondream-mcp-optimized/ultra-minimal/{
"mcpServers": {
"time-local": {
"command": "node",
"args": ["D:/local-mcp-servers/time-local/server.js"]
},
"memory-local": {
"command": "node",
"args": ["D:/local-mcp-servers/memory-local/server.js"]
},
"fetch-local": {
"command": "node",
"args": ["D:/local-mcp-servers/fetch-local/server.js"]
},
"filesystem-local": {
"command": "node",
"args": ["D:/local-mcp-servers/filesystem-local/server.js"]
},
"sequential-thinking-local": {
"command": "node",
"args": ["D:/local-mcp-servers/sequential-thinking-local/server.js"]
},
"context7-local": {
"command": "node",
"args": ["D:/local-mcp-servers/context7-local/server.js"]
},
"moondream-general": {
"command": "node",
"args": ["D:/local-mcp-servers/moondream-minimal/moondream-mcp-optimized/ultra-minimal/server.js"]
}
}
}
This configuration is automatically generated by start-mcp.bat.
此配置由 start-mcp.bat 自动生成。
| Metric / 指标 | Cloud Servers / 云服务器 | Local Servers / 本地服务器 | Improvement / 改进 |
|---|---|---|---|
| Total Size / 总大小 | 10GB+ | 1.5GB | 85% smaller / 减少85% |
| Startup Time / 启动时间 | 60s+ | 10s | 83% faster / 快83% |
| Memory Usage / 内存使用 | 4GB+ | 1GB | 75% less / 减少75% |
| Dependency Updates / 依赖更新 | Manual / 手动 | Automatic / 自动 | Always latest / 始终最新 |
| Reliability / 可靠性 | Variable / 可变 | Consistent / 一致 | Always available / 始终可用 |
Dependencies are automatically updated each time you run the startup script: 每次运行启动脚本时依赖会自动更新:
start-mcp.bat / 运行 start-mcp.batEach server is self-contained. To customize: 每个服务器都是独立的。要自定义:
server.js file / 修改 server.js 文件@modelcontextprotocol/server-time → time-local@modelcontextprotocol/server-memory → memory-local@modelcontextprotocol/server-fetch → fetch-local@modelcontextprotocol/server-filesystem → filesystem-local@modelcontextprotocol/server-sequential-thinking → sequential-thinking-local@upstash/context7-mcp → context7-localmoondream-generalMIT License - Feel free to modify and distribute. MIT许可证 - 可自由修改和分发。
This is a local project optimized for your specific setup. Modifications welcome! 这是为您的特定设置优化的本地项目。欢迎修改!
For issues / 遇到问题时:
start-mcp.bat to update dependencies / 运行 start-mcp.bat 更新依赖This collection provides 7 powerful MCP servers with automatic dependency updates: 此集合提供7个强大的MCP服务器,具有自动依赖更新功能:
🎉 Enjoy your complete local MCP server ecosystem! / 享受您完整的本地MCP服务器生态系统!
1 commits
JavaScript
71.0%
TypeScript
23.1%
PowerShell
2.3%
Batchfile
1.9%
Shell
1.6%