M
MCP
by @uid13
MCP server by uid13
Created 6/15/2026
Updated 1 day ago
README
Repository documentation and setup instructions
MCP Services
多语言 MCP (Model Context Protocol) 服务仓库。
服务列表
| 服务 | 语言 | 状态 | 文档 | |------|------|------|------| | PCM (Personal Computer Manager) | TypeScript + Vite | 开发中 | README |
项目结构
mcp/
├── README.md # 本文件
├── AGENTS.md # Agent 开发规范
├── pcm/ # 个人电脑管家 MCP 服务 (TypeScript)
│ ├── README.md
│ ├── AGENTS.md
│ ├── package.json
│ ├── tsconfig.json
│ ├── vite.config.ts
│ ── src/
├── docs/ # 共享文档
└── scripts/ # 统一脚本
贡献
欢迎贡献!请查看 CONTRIBUTING.md 了解详细的贡献指南。
License
MIT
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"uid13-mcp": {
"command": "npx",
"args": [
"uid13-mcp"
]
}
}
}