我的MCP服务器
安装
需求
- (技术上可选)
just便于执行命令
安装宝石
just install设置环境变量
cp .env.template .env并添加所有必要的值
添加到MCP客户端
克劳德
{
"mcpServers": {
"my_mcp_server": {
"command": "just",
"args": [
"-f",
"/absolute/path/to/my-mcp-server/Justfile",
"run"
]
}
}
}