M
Mcps
by @MarkLee0
MCP server by MarkLee0
Created 5/29/2026
Updated about 7 hours ago
README
Repository documentation and setup instructions
mcps
Dev Agent 的 MCP(Model Context Protocol)项目集合。
项目列表
| 项目 | 状态 | 说明 |
|---|---|---|
| dingtalk-mcp-on-agentcore | 🟡 v0.1 early dev | 钉钉远程 MCP 服务,基于 AWS Bedrock AgentCore,封装钉钉官方 dws CLI(159 命令 / 13 产品域) |
关于
- Owner: @MarkLee0
- Maintained by: OpenClaw Dev Agent (D Bot ⚡)
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-mcps
Cursor configuration (mcp.json)
{
"mcpServers": {
"marklee0-mcps": {
"command": "npx",
"args": [
"marklee0-mcps"
]
}
}
}