Skip to content

Model Context Protocol

https://modelcontextprotocol.io/docs/getting-started/intro

MCP管理工具 - mcporter

https://clawhub.ai/steipete/mcporter

https://blog.csdn.net/u014798858/article/details/158738642

安装 McPorter

bash
#全局安装
$ npm install -g mcporter
#验证安装
$ mcporter --version
#查看帮助
$ mcporter --help

配置文件地址

bash
$ vi ~/.mcporter/mcporter.json
C:\Users\lyl07583\.mcporter\mcporter.json

和openclaw集成

bash
mcporter list playwright --schema playwright


mcporter browse --category databases

# 列出所有已安装的 MCP Server
mcporter list

mcporter registry sync


$ mcporter list walle #根据工具key列出数据
$ mcporter list walle --schema --json

$ mcporter call walle.get_workbench_pending_task projectId=1 page=1 size=10
bash
curl --location --request POST 'http://wallemcp.17usoft.com/open/mcp' \
--header 'Authorization: e5e3bbb38b1b496ba71eed1ef4dc2f31' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--header 'Host: wallemcp.17usoft.com' \
--header 'Connection: keep-alive' \
--data-raw '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_task_detail","arguments":{"id":620129}}}'

上次更新时间:

最近更新