md log mcp for Cursor
com.md-log/md-log-mcp
md-log MCP: save/update/fetch markdown by path (stdio + remote HTTP, PAT auth).
client:Cursor
transport:stdio
runtime:npm
Install md log mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"md-log-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"md-log-mcp"
],
"env": {
"MDLOG_API_BASE_URL": "<MDLOG_API_BASE_URL>",
"MDLOG_PAT": "<MDLOG_PAT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs