Odel
sharedoc mcp

sharedoc mcp

Local
@augustusw12TypeScriptMITUpdated 5 days ago

Share agent-generated Markdown as links — GitHub gists today, your own server tomorrow.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsharedoc-mcpv2.1.4

Run

npx -y sharedoc-mcp

MCP client config

{
  "mcpServers": {
    "sharedoc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sharedoc-mcp"
      ]
    }
  }
}