We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robertZaufall/mindm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
launch.json•420 B
{
// Run MCP dev server with uv to ensure optional dependencies are present
"version": "0.2.0",
"configurations": [
{
"name": "MCP Dev Server (uv)",
"type": "node-terminal",
"request": "launch",
"command": "uv run --with mindm --with fastmcp --with markdown-it-py mcp dev mindm_mcp/server.py",
"cwd": "${workspaceFolder}"
}
]
}