MCP Server
MCP
io.github.kedarvartak/md-md
MCP server for md.md - provides team knowledge context to AI assistants
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "md-md-mcp-server",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for md.md backend",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MD_MD_API_KEY"
},
{
"description": "Base URL of md.md backend API",
"format": "string",
"name": "MD_MD_API_URL"
},
{
"description": "Optional team scope override",
"format": "string",
"name": "MD_MD_TEAM_ID"
},
{
"description": "Optional workspace scope override",
"format": "string",
"name": "MD_MD_WORKSPACE_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment