mcpbeat

Sharedoc MCP Server

by augustusw
local only

Sharedoc MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 303 installs a week from npm. Last commit 3 Aug 2026.

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

303
Installs / week
npm · sharedoc-mcp
10
Stars
0 open issues
3 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sharedoc-mcp -- npx -y sharedoc-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sharedoc-mcp": {
      "args": [
        "-y",
        "sharedoc-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sharedoc-mcp]
command = "npx"
args = ["-y", "sharedoc-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sharedoc-mcp": {
      "args": [
        "-y",
        "sharedoc-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sharedoc-mcp": {
      "args": [
        "-y",
        "sharedoc-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Sharedoc MCP

same job, measured the same way
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

39 installs/wk local only
Markdown
by rog0x

Markdown TOC, lint, format, stats for AI agents

34 installs/wk local only
Secenv MCP
by chirag127

Centralized secrets manager MCP server. Generate .env files, rotate keys, sync to GitHub Actions.

local only
Reuse Before Generate
by aradar46

Checks whether your idea already exists before your agent builds it. Searches GitHub, npm, Python.

152 installs/wk local only
OpenOSINT
by sonotommy

AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.

761 installs/wk local only
OpenOSINT
by openosint

AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.

local only
GitHub to MCP Converter
by nirholas

Convert any GitHub repo to MCP server - automatic tool generation API wrap

local only
Palinode
by phasespace-labs

Git-versioned markdown memory for AI agents: save, search, compact, lint, and audit.

1 396 installs/wk local only

Sharedoc MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sharedoc MCP?
Sharedoc MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package sharedoc-mcp was installed 303 times last week.
How do I connect Sharedoc MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sharedoc-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sharedoc MCP?
The npm package sharedoc-mcp was installed 303 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sharedoc MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.