Overview of the Meldoc MCP integration, available tools, authentication, and workspace management. Use when users ask what Meldoc can do, how to authenticate, how to manage workspaces, or need a summary of available document operations.
Connect to your Meldoc documentation directly from Claude Desktop, Claude Code, and other MCP clients.
Meldoc MCP provides seamless access to your Meldoc documentation workspace through the Model Context Protocol. Once configured, you can interact with your documentation naturally through AI conversations.
docs_list - List all documents in a workspace or projectdocs_get - Get the complete content of a specific documentdocs_tree - Display the hierarchical structure of documents in a projectdocs_search - Search through all documents using full-text searchdocs_create - Create a new document (requires write permissions)docs_update - Update an existing document's content or metadata (requires write permissions)docs_delete - Delete a document (requires write permissions)docs_links - Show all outgoing links from a documentdocs_backlinks - Find all documents that link to a specific documentprojects_list - List all projects available in your workspaceserver_info - Get information about your account and access permissionslist_workspaces - Show all workspaces you have access toset_workspace - Set the default workspace for operationsget_workspace - Get information about the currently active workspaceauth_status - Check your current authentication statusSimply ask Claude naturally! For example:
Your AI assistant will automatically:
Before using Meldoc MCP, you need to authenticate:
npx @meldocio/mcp-stdio-proxy@latest auth login
This will open a browser flow for secure authentication. Your credentials are stored locally and automatically refreshed.
If you have multiple workspaces, you can:
npx @meldocio/mcp-stdio-proxy@latest config list-workspacesnpx @meldocio/mcp-stdio-proxy@latest config set-workspace <name>Some operations require write permissions to your workspace:
Read-only operations (list, get, search) work with any authenticated account.
When creating or updating documents, remember:
*.meldoc.mdtitle and alias[[alias]] for internal document linksparentAlias to organize documentsSee the documentation-writing skill for detailed writing guidelines.