local-mcp-server
3.1
If you are the rightful owner of local-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Local MCP Server is a personal Model Context Protocol server designed for individual use.
local-mcp-server
自分用の MCP サーバ
get started
Cline
cline_mcp_settings.json を開き、 <>の中身を変更してください。
{
"mcpServers": {
"local-mcp-server": {
"command": "go",
"args": [
"run",
"-C",
"<project path>/local-mcp-server",
"/<project path>/local-mcp-server/cmd/local-mcp-server/main.go"
],
"env": {
"GOPATH": "<${HOME}>/go",
"HOME": "<${HOME}>"
}
}
}
}
cline_mcp_settings.json の開き方
- +の右側の本棚アイコンをクリック
- 「Configure MCP Servers」をクリック