MCPマネージャー
# Add a new server
python mcpm.py add "filesystem npx -y @modelcontextprotocol/server-filesystem /path1 /path2"
# Update an existing server
python mcpm.py set "filesystem npx -y @modelcontextprotocol/server-filesystem /path3 /path4"
# List all servers
python mcpm.py ls
# Remove a server
python mcpm.py rm filesystem
出力
{
"mcpServers": {
"server_name": {
"command": "command",
"args": ["arg1", "arg2"]
}
}
}
ファイルは保存先Saved to: /Users/username/.mcpm/config.json
ます
藤堂
出力パスを指定します。例:
python mcpm.py add "filesystem npx -y @modelcontextprotocol/server-filesystem /path1 /path2" -o config.json
SSEサーバーをサポート
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
mcp-glama-デモ
Related MCP Servers
- -securityAlicense-qualityGmail MCP Server by CDataLast updated -MIT License
- -securityAlicense-qualityGoogle Cloud Storage MCP Server by CDataLast updated -MIT License
- -securityAlicense-qualityGreenplum MCP Server by CDataLast updated -MIT License