Hosted assistants
Want Claude or another assistant to use md-manager? The most reliable way today is to connect it as an MCP server with an API key — that works with Claude Desktop, Claude Code, Cursor, and anything that speaks MCP.
How to connect
See MCP for copy-paste setup. In short, point your client at this server with a key from Settings → API Keys:
MCP endpoint
https://mdm-api.nimy.work/mcp (Authorization: Bearer mk_live_…)Call it directly
Any tool that can make an HTTP request can use it — it's plain JSON-RPC:
terminal
curl -s https://mdm-api.nimy.work/mcp \
-H "authorization: Bearer mk_live_…" \
-H "content-type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Native one-click connectors inside Claude.ai and ChatGPT use a hosted sign-in (OAuth) flow that isn't enabled on this instance yet. Until it is, connect through Claude Desktop or Claude Code as above — same tools, same documents.