Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksActualizado 12d ago
ClaudeWave Trust Score
44/100
! Caution
Passed
  • Actively maintained (<30d)
Flags
  • !No standard license detected
  • !No description
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/doc2mcp/doc2mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "doc2mcp": {
      "command": "node",
      "args": ["/path/to/doc2mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/doc2mcp/doc2mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# doc2mcp — MCP Registry manifest

This repository **is not** the doc2mcp product. It is the small,
GitHub‑OIDC‑authenticated publishing manifest for the
[official Model Context Protocol Registry](https://registry.modelcontextprotocol.io).

| What                | Where                                                                           |
| ------------------- | ------------------------------------------------------------------------------- |                                                                         
| MCP Registry entry  | <https://registry.modelcontextprotocol.io/v0.1/servers?search=doc2mcp>   
| Live product        | <https://doc2mcp.site>          |
| Registry namespace  | `io.github.doc2mcp/doc2mcp`                                                     |
| Current version     | **1.0.1**                                                                       |

## Why a separate repo?

The MCP Registry uses GitHub OIDC to claim a namespace. Whichever GitHub
org or user runs `mcp-publisher publish` from a workflow gets exclusive
publishing rights to `io.github.<that-org>/*`.

Since we want the public, brandable namespace `io.github.doc2mcp/*`
(instead of `io.github.gautammanak1/*`), the publish workflow must run
inside the `doc2mcp` GitHub organization. This repository holds **only**
the publishing manifest and workflow — nothing else.

```text
gautammanak1/doc2mcp   →  product code, Vercel deploy, docs site
doc2mcp/doc2mcp        →  this repo. server.json + publish workflow
```

## What clients should use

To connect to doc2mcp from Cursor, Claude Desktop, VS Code, Windsurf,
the OpenAI Agents SDK, etc., point your MCP host at the **remote URL**
in [`server.json`](./server.json):

```json
{
  "type": "streamable-http",
  "url": "https://doc2mcp.site/api/mcp/{project_id}/mcp",
  "headers": { "Authorization": "Bearer <your project MCP token>" }
}
```

Get your `project_id` and Bearer token from

## Publishing flow

Pushing a `vX.Y.Z` tag to `main` triggers
[`.github/workflows/publish-mcp.yml`](./.github/workflows/publish-mcp.yml),
which:

1. Updates the `version` field in `server.json` to match the tag.
2. Installs the official `mcp-publisher` CLI.
3. Authenticates via GitHub OIDC (`id-token: write`).
4. Publishes the manifest to the registry.

To cut a new version:

```bash
# from this repo
git tag v1.0.2
git push origin v1.0.2
```

The workflow validates against the upstream JSON Schema before publish,
so a bad `description` length or missing required field will fail
loudly with a clear error.

## License

The manifest in this repo is published under the MIT License.
The doc2mcp product itself is licensed in
[its main repository](https://github.com/gautammanak1/doc2mcp).

Lo que la gente pregunta sobre doc2mcp

¿Qué es doc2mcp/doc2mcp?

+

doc2mcp/doc2mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala doc2mcp?

+

Puedes instalar doc2mcp clonando el repositorio (https://github.com/doc2mcp/doc2mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar doc2mcp/doc2mcp?

+

Nuestro agente de seguridad ha analizado doc2mcp/doc2mcp y le ha asignado un Trust Score de 44/100 (tier: Caution). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene doc2mcp/doc2mcp?

+

doc2mcp/doc2mcp es mantenido por doc2mcp. La última actividad registrada en GitHub es de 12d ago, con 0 issues abiertos.

¿Hay alternativas a doc2mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega doc2mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: doc2mcp/doc2mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/doc2mcp-doc2mcp)](https://claudewave.com/repo/doc2mcp-doc2mcp)
<a href="https://claudewave.com/repo/doc2mcp-doc2mcp"><img src="https://claudewave.com/api/badge/doc2mcp-doc2mcp" alt="Featured on ClaudeWave: doc2mcp/doc2mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a doc2mcp