S
Simple MCP Server
Simple Mcp Server
创建于 3/18/2026
更新于 about 4 hours ago
README
Repository documentation and setup instructions
SIMPLE MCP SERVER
Tech
- Typescript
- Nodejs
- MCP
- GitHub Copilot
Example of use MCP tool
- Clone repo
- Integrate VSC with Copilot
- Ask copilot to use mcp tools to generate human readable short summary details about ('Emily' for example)

快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-simple-mcp-server
Cursor 配置 (mcp.json)
{
"mcpServers": {
"wojciechbladek-simple-mcp-server": {
"command": "npx",
"args": [
"wojciechbladek-simple-mcp-server"
]
}
}
}