md md for Cline
io.github.kedarvartak/md-md
MCP server for md.md - provides team knowledge context to AI assistants
client:Cline
transport:stdio
runtime:npm
Install md md 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-md": {
"command": "npx",
"args": [
"-y",
"md-md-mcp-server"
],
"env": {
"MD_MD_API_KEY": "<MD_MD_API_KEY>",
"MD_MD_API_URL": "<MD_MD_API_URL>",
"MD_MD_TEAM_ID": "<MD_MD_TEAM_ID>",
"MD_MD_WORKSPACE_ID": "<MD_MD_WORKSPACE_ID>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs