★ 0 stars
Unknown language
🧠 Memory/Knowledge
Updated 2d ago
GroupDocs.Markdown for .NET MCP server integration tests — verify NuGet, Docker Hub, GHCR, and MCP Registry deployments end-to-end.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"groupdocs.markdown.m": {
"command": "npx",
"args": [
"-y",
"groupdocs-markdown/GroupDocs.Markdown.Mcp.Tests"
]
}
}
}
Run in terminal:
claude mcp add groupdocs.markdown.m npx -y groupdocs-markdown/GroupDocs.Markdown.Mcp.Tests
Add to .cursor/mcp.json:
{
"mcpServers": {
"groupdocs.markdown.m": {
"command": "npx",
"args": [
"-y",
"groupdocs-markdown/GroupDocs.Markdown.Mcp.Tests"
]
}
}
}