gkoos/confluence2md-mcp — explained in plain English
Analysis updated 2026-05-18
Let an AI coding assistant search a team's Confluence documentation locally.
Add Confluence search as a tool inside Claude Code, VS Code, or Codex CLI.
Serve a prebuilt Confluence search index to any MCP compatible AI client.
| gkoos/confluence2md-mcp | anomalroil/1key | anshuman852/dasan-router-cli | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | Go | Go | Go |
| Last pushed | — | 2019-05-17 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 3/5 | 3/5 |
| Audience | developer | ops devops | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires a SQLite index already built by the separate confluence2md and confluence2md-indexer tools first.
This project is a small local server that lets AI coding assistants, such as VS Code with MCP support, Claude Code, or Codex CLI, search through a company's Confluence documentation. It uses a protocol called MCP, which is a standard way for AI tools to connect to external data sources and actions. This server does not talk to Confluence directly. Instead, it is the last step in a three part pipeline: one tool called confluence2md exports Confluence pages into markdown files, a second tool called confluence2md-indexer builds a searchable SQLite database from those files, and this project, confluence2md-mcp, serves that database to AI clients through MCP. To use it, you first need that SQLite index already built by the earlier tools in the pipeline, since this server cannot work with other data formats. Once you have the index, you download a prebuilt binary for your operating system and place it somewhere on your system path. The README gives configuration examples for setting it up in VS Code, Claude Code, and Codex CLI, each pointing the tool at the path of the index database through an environment variable. The server exposes one main tool, called confluence.search, which takes a search query along with several optional settings, such as choosing between hybrid, lexical, or vector search modes, filtering results by Confluence space or page, and setting date ranges. It returns ranked results along with score details for each matching chunk of content. The README also includes notes for developers who want to build the project from source using Go, along with a short troubleshooting section covering missing search results, Windows Subsystem for Linux path issues, and MCP clients that need a restart after the server is first registered.
A local MCP server that lets AI coding assistants like Claude Code and VS Code search a prebuilt Confluence documentation index.
Mainly Go. The stack also includes Go, SQLite, MCP.
Released under the MIT license, which allows free use, modification, and redistribution, including for commercial purposes.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.