What is the io.github.kedarvartak/md-md MCP server?
MCP server for md.md - provides team knowledge context to AI assistants
How to install io.github.kedarvartak/md-md
Copy-paste configuration for popular MCP clients.
MD_MD_API_KEYrequiredsecretAPI key for md.md backend
MD_MD_API_URLBase URL of md.md backend API
MD_MD_TEAM_IDOptional team scope override
MD_MD_WORKSPACE_IDOptional workspace scope override
{
"mcpServers": {
"md-md": {
"command": "npx",
"args": [
"-y",
"md-md-mcp-server"
],
"env": {
"MD_MD_API_KEY": "<YOUR_MD_MD_API_KEY>",
"MD_MD_API_URL": "<YOUR_MD_MD_API_URL>",
"MD_MD_TEAM_ID": "<YOUR_MD_MD_TEAM_ID>",
"MD_MD_WORKSPACE_ID": "<YOUR_MD_MD_WORKSPACE_ID>"
}
}
}
}{
"mcpServers": {
"md-md": {
"command": "npx",
"args": [
"-y",
"md-md-mcp-server"
],
"env": {
"MD_MD_API_KEY": "<YOUR_MD_MD_API_KEY>",
"MD_MD_API_URL": "<YOUR_MD_MD_API_URL>",
"MD_MD_TEAM_ID": "<YOUR_MD_MD_TEAM_ID>",
"MD_MD_WORKSPACE_ID": "<YOUR_MD_MD_WORKSPACE_ID>"
}
}
}
}{
"mcpServers": {
"md-md": {
"command": "npx",
"args": [
"-y",
"md-md-mcp-server"
],
"env": {
"MD_MD_API_KEY": "<YOUR_MD_MD_API_KEY>",
"MD_MD_API_URL": "<YOUR_MD_MD_API_URL>",
"MD_MD_TEAM_ID": "<YOUR_MD_MD_TEAM_ID>",
"MD_MD_WORKSPACE_ID": "<YOUR_MD_MD_WORKSPACE_ID>"
}
}
}
}{
"servers": {
"md-md": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"md-md-mcp-server"
],
"env": {
"MD_MD_API_KEY": "<YOUR_MD_MD_API_KEY>",
"MD_MD_API_URL": "<YOUR_MD_MD_API_URL>",
"MD_MD_TEAM_ID": "<YOUR_MD_MD_TEAM_ID>",
"MD_MD_WORKSPACE_ID": "<YOUR_MD_MD_WORKSPACE_ID>"
}
}
}
}claude mcp add md-md --env MD_MD_API_KEY=<YOUR_MD_MD_API_KEY> --env MD_MD_API_URL=<YOUR_MD_MD_API_URL> --env MD_MD_TEAM_ID=<YOUR_MD_MD_TEAM_ID> --env MD_MD_WORKSPACE_ID=<YOUR_MD_MD_WORKSPACE_ID> -- npx -y md-md-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.