
Docbase
- krayinc/docbase-mcp-server
io.github.krayinc/docbase is an MCP server that connects AI agents to DocBase documentation over hosted streamable-http.
About
io.github.krayinc/docbase exposes DocBase to MCP-capable agents through a remote streamable-http endpoint at mcp.docbase.io, which suits developers and small teams who already keep specs, API notes, and playbooks in DocBase. During the build phase, agents routinely guess wrong about endpoints, env vars, and edge cases; wiring this server lets chat ground on the same corpus your humans trust. Remote HTTP transport means you register a URL in Claude Code or Cursor rather than running a local Node process—lower moving parts for indies, but you need valid DocBase access on Krayinc’s side. It complements agent skills that teach writing style; this is live doc retrieval against your knowledge base. Intermediate complexity reflects OAuth or API token setup plus choosing when to invoke doc tools versus code search in the repo.
- Hosted streamable-http remote at https://mcp.docbase.io/mcp
- DocBase-branded MCP server for AI agent documentation retrieval
- Version 1.1.5 on MCP server schema 2025-12-11
- No local npm stdio bundle required—remote-first integration
- GitHub source krayinc/docbase-mcp-server for operators
Docbase by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http docbase https://mcp.docbase.io/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Repository | krayinc/docbase-mcp-server ↗ |
What it does
Connect your agent to DocBase knowledge so implementation answers pull from your team's canonical docs instead of hallucinated API details.
Who is it for?
Teams and solos on DocBase who want Cursor or Claude Code to cite internal docs during implementation and agent-tooling setup.
Skip if: Skip if you have no DocBase account, offline-only doc workflows, or those and need a local filesystem organizer instead of a hosted knowledge API.
What you get
After you add the remote MCP URL, your agent can fetch DocBase-backed answers while you build features and internal docs stay authoritative.
- Agent queries grounded in DocBase-hosted documentation
- Reduced wrong API and process assumptions during feature work
- Remote MCP integration without maintaining a local doc scraper
By the numbers
- Server version 1.1.5
- Remote endpoint https://mcp.docbase.io/mcp (streamable-http)
- MCP server schema 2025-12-11
Recommended MCP Servers
How it compares
Hosted documentation MCP bridge, not a markdown linter skill or generic web search plugin.
FAQ
Who is io.github.krayinc/docbase for?
Developers and small teams using DocBase who want MCP agents to read organizational documentation during coding sessions.
When should I use io.github.krayinc/docbase?
Use it during build-phase docs and integrations work when implementation questions should be answered from DocBase rather than from model memory.
How do I add io.github.krayinc/docbase to my agent?
Register the remote MCP server URL https://mcp.docbase.io/mcp (streamable-http) in your agent’s MCP settings and authenticate per DocBase/Krayinc requirements.