MCP server for innovationlab documentation, generated by doc2mcp.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-doc2mcp-innovationlab": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for innovationlab documentation, generated by doc2mcp.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Apify MCP Server
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
MCP proxy that compresses prose fields (tool descriptions, etc.) using caveman rules. Same accuracy, fewer context tokens.
MCP Security Weekly
Get CVE alerts and security updates for io.github.doc2mcp/innovationlab and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This repository is not the doc2mcp product. It is the small, GitHub‑OIDC‑authenticated publishing manifest for the official Model Context Protocol Registry.
| 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 |
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.
gautammanak1/doc2mcp → product code, Vercel deploy, docs site
doc2mcp/doc2mcp → this repo. server.json + publish workflow
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:
{
"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
Pushing a vX.Y.Z tag to main triggers
.github/workflows/publish-mcp.yml,
which:
version field in server.json to match the tag.mcp-publisher CLI.id-token: write).To cut a new version:
# 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.
The manifest in this repo is published under the MIT License. The doc2mcp product itself is licensed in its main repository.