md log mcp for Cline
com.md-log/md-log-mcp
md-log MCP: save/update/fetch markdown by path (stdio + remote HTTP, PAT auth).
client:Cline
transport:stdio
runtime:npm
Install md log mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"md-log-mcp": {
"command": "npx",
"args": [
"-y",
"md-log-mcp"
],
"env": {
"MDLOG_API_BASE_URL": "<MDLOG_API_BASE_URL>",
"MDLOG_PAT": "<MDLOG_PAT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs