← AI Native Landscape 🕐 12 min read
AI Native Landscape

Searchable Is Not Curated: Why Confluence, Jira, and MCP Are Not Enough for Agentic Enterprise Knowledge

> **Source credibility: MEDIUM-HIGH / TIER 1-2 mix** (June 2026 synthesis).

See also (wiki): wiki/enterprise-knowledge-curation.md · wiki/enterprise-rag-architecture.md · wiki/rag-production-failure-modes.md · wiki/multi-agent-coordination.md · wiki/workflow-redesign.md

Source credibility: MEDIUM-HIGH / TIER 1-2 mix (June 2026 synthesis). Strong primary product evidence from Atlassian, Microsoft, Glean, GitLab, Notion, Zep, and Mem0 confirms the market direction: enterprise knowledge systems are converging on connectors, MCP-accessible tools, graph-backed context, and agents. Independent support comes from RAG failure benchmarks already in the corpus plus recent arXiv work on knowledge-graph RAG, temporal agent memory, LLM-Wiki, and data-curation agents. Treat vendor capability claims as directional. Treat new “self-evolving wiki” papers as experimental until replicated.


Executive Summary

  • The hypothesis is mostly right: Confluence/Jira plus MCP solves access, not curation. MCP lets agents search and act against Atlassian systems, but it does not ensure the content is canonical, current, deduplicated, source-backed, or propagated to the right humans and agents.
  • SOTA is “context graph + governed actions + curation loop.” Atlassian Rovo, Microsoft SharePoint/Copilot, Glean, GitLab Duo/Orbit, Notion Enterprise Search, Zep Graphiti, and Mem0 are all moving past static search. The differentiator is no longer connector count. It is whether the system can keep enterprise context fresh, permission-correct, referenceable, evaluated, and usable by both people and agents.
  • A curated linked wiki can be better than Confluence/Jira when the problem is canonical knowledge, not work tracking. Jira is a workflow ledger. Confluence is a document store. A linked wiki is a claim graph: source-backed, owned, timestamped, cross-linked, and designed for retrieval. That makes it a better substrate for “needle in haystack” findings and rapid propagation of discoveries.
  • Glean and Microsoft are the low-ops winners for broad enterprise discovery. If the primary need is “find answers across Slack, Drive, SharePoint, Confluence, Jira, GitHub, Salesforce,” buy the search layer. Glean’s Enterprise Graph and Microsoft SharePoint/Copilot governance agents are the most mature low-ops patterns in the public evidence.
  • A shared skill marketplace is not the right home for all memory. Skills are procedural memory: how to do a task. Enterprise context is semantic and episodic memory: what is true, who decided it, when it changed, and where the evidence lives. Collapsing all three into a skill marketplace creates stale procedures with embedded facts that no one knows to refresh.

What We Tested

The question is not “can an agent connect to Confluence or Jira?” The answer is yes. Atlassian’s Rovo MCP Server gives MCP-compatible clients a way to search and summarize Jira, Compass, and Confluence content, and Rovo’s MCP Gallery lets agents combine Atlassian context with external tools.

The real test is whether that stack supports six enterprise knowledge jobs:

Job Confluence/Jira + MCP Curated linked wiki Glean/M365/Notion search layer GitLab issues
Find scattered evidence Medium High if linked High Medium inside SDLC
Establish canonical answer Low-Medium High Medium Low-Medium
Keep freshness visible Medium if owners are disciplined High if timestamps/review fields are mandatory Medium-High in SharePoint/Glean governance Medium
Propagate one user’s discovery to relevant agents/humans Low by default High if digest/backlink/alert loop exists Medium-High if platform supports proactive surfacing Medium inside engineering
Preserve decision provenance Medium in Jira tickets, weaker in docs High Medium High for engineering decisions
Minimize ops burden High for vendor tools, low for quality Medium if curation loop is automated High High for engineering orgs

The result: MCP improves reach, but the knowledge architecture still determines answer quality.


Where Confluence/Jira Plus MCP Breaks

1. Access is not authority

MCP exposes tools and data. It does not decide which Confluence page is canonical when four pages say different things. It does not know that a Jira decision from six months ago was superseded by a Slack thread unless the source system encodes that relationship. It cannot infer organizational authority from page existence.

This is the same failure mode documented in production RAG: retrieval can return relevant-looking documents while still failing to answer the question correctly. The corpus already captures this under scattered evidence, context fragmentation, staleness, and traceability gaps.

2. Work state and knowledge state are different

Jira is excellent for work state: what is open, blocked, assigned, accepted, released. It is weaker for durable knowledge state: what we now believe, why we believe it, what evidence supports it, and what changed since the last answer.

When organizations use Jira issues as a knowledge base, they inherit issue-system semantics: comments accumulate, context hides in long threads, decisions are mixed with execution chatter, and the final answer often lives nowhere except in the memory of whoever closed the ticket.

3. Search cannot fix bad page ecology

Confluence can be a good wiki, but many organizations use it as a shared drive with richer formatting. The failure signature is familiar:

  • duplicate pages with no canonical owner
  • stale launch docs outranking current policy
  • meeting notes indexed as if they are decisions
  • pages without source links, review dates, or status
  • excessive permissions fragmentation
  • long pages optimized for human browsing, not agent retrieval

MCP gives an agent more paths into that ecology. It does not repair the ecology.

4. Agent workflows need propagation, not just retrieval

The user-level discovery problem is different from search. The enterprise does not just need “can Pierre find the fact again?” It needs “when Pierre finds a high-value fact, how quickly do relevant people, agents, wiki pages, search indexes, and workflows inherit it?”

Confluence/Jira do not solve that by default. They need a curation loop: classify the discovery, attach evidence, choose the canonical page, update backlinks, trigger review, notify owners, and add retrieval/evaluation tests.

5. MCP has no curation semantics

MCP standardizes tool access. It does not provide:

  • canonicality
  • source ranking
  • freshness policy
  • contradiction handling
  • claim-level provenance
  • abstention thresholds
  • owner assignment
  • semantic backlinks
  • propagation policy
  • evaluation suites

Those are application-layer and governance-layer decisions.


What SOTA Looks Like in 2026

Atlassian: work graph plus MCP

Atlassian’s strongest move is Rovo plus Teamwork Graph plus Rovo MCP Server. This is the natural evolution of Jira/Confluence: make the work graph accessible to agents and let those agents operate inside Jira and Confluence.

Best fit: organizations already running planning, delivery, incidents, and documentation in Atlassian.

Limit: the stack is only as good as the underlying page and issue hygiene. It is strong for connected work context, weaker as a general claim-level corporate memory system unless Confluence is governed like a canonical wiki.

Microsoft: SharePoint as governed enterprise knowledge substrate

Microsoft is positioning SharePoint as the grounding layer for Copilot and adding admin/knowledge agents to improve governance. This is a serious low-ops option because many enterprises already have SharePoint, Purview, Entra, Teams, and Microsoft 365 permissioning.

Best fit: Microsoft-standard organizations that need broad enterprise content governance without building a custom knowledge platform.

Limit: SharePoint quality still determines Copilot quality. A messy SharePoint estate produces confident but brittle retrieval.

Glean: enterprise graph plus agent lifecycle

Glean is closest to the pure-play answer: unified search, Enterprise Graph, permissions, citations, agents, MCP server, and an Agent Development Lifecycle for governance and measurement.

Best fit: fragmented SaaS estates where knowledge lives across Slack, Google Drive, Confluence, Jira, GitHub, Salesforce, Box, and other systems.

Limit: vendor cost and lock-in. Glean reduces ops burden but does not eliminate the need for source ownership and content hygiene.

GitLab: issue graph for software delivery

GitLab Duo Agent Platform and the GitLab MCP server make issues, merge requests, epics, and project content available to agents. GitLab Orbit’s knowledge graph direction is important: even GitLab is moving beyond issues alone.

Best fit: engineering organizations that want the SDLC system of record to become agent-readable and agent-actionable.

Limit: GitLab is not a general corporate wiki unless the organization’s work already flows through GitLab. It is excellent for software context, weak for HR, sales, legal, finance, and executive knowledge unless those domains are intentionally modeled there.

Notion is moving toward Enterprise Search and external agents. It can be a strong low-friction knowledge workspace when teams already write in Notion and maintain page discipline.

Best fit: smaller or product-led organizations where Notion is the actual operating system.

Limit: at larger enterprises, governance, permission complexity, and canonicality become the hard parts.

Zep/Mem0/Graph memory: temporal context graphs

Zep Graphiti and Mem0’s graph memory represent the agent-memory pattern: entities, relationships, events, timestamps, and updates, not just documents. This matters because enterprise knowledge changes over time and agents need to know what superseded what.

Best fit: custom agent platforms that need durable memory across conversations, cases, customers, incidents, or workflows.

Limit: these are infrastructure components, not corporate knowledge programs. They still need schema, governance, and curation policy.

LLM-Wiki and self-evolving knowledge: promising but early

Recent 2026 papers on agent-native retrieval, LLM-Wiki, and knowledge compounding point toward a better architecture: external knowledge as a compilable, linked, self-improving structure. That is exactly the right direction for low-ops curation.

But the current evidence is experimental. A June 2026 data-curation benchmark found generalist agents still have an execution-research gap: they can tune local policies, but they do not reliably explore better curation strategies on their own. The right deployment pattern is supervised autonomy: agents propose, humans approve high-impact changes, and the system tests retrieval quality continuously.


Cost and Ops Burden Comparison

Option Direct cost Ops burden Best use Failure mode
Confluence/Jira + Rovo/MCP Usually incremental if already Atlassian Premium/Enterprise Low technically, medium-high editorially Work context, project knowledge, incident summaries Searches stale or contradictory pages
Microsoft 365 Copilot + SharePoint agents $30/user/month Copilot baseline; higher for premium bundles Low-medium Microsoft-standard enterprise knowledge SharePoint sprawl becomes Copilot sprawl
Glean Often enterprise contract; corpus prior uses roughly $120K-$300K/year for 200-500 users Low-medium Cross-SaaS enterprise search and agents Expensive search over weak sources
GitLab Duo/MCP/Orbit GitLab licensing plus Duo/agent costs Low inside SDLC Engineering work-state and delivery memory Poor fit for non-engineering corporate memory
Notion Enterprise Search/Agents Business/Enterprise plus AI add-ons Low for small teams, medium at enterprise scale Team wiki plus workspace search Superficial answers if pages/connectors are weak
Custom linked wiki in Git Low vendor cost Medium unless automated Canonical claims, decision records, research, source-backed synthesis Becomes stale if curation loop is manual
Custom graph memory/RAG Infra plus engineering High Proprietary high-value domains Expensive bespoke system with no owner
Skill marketplace Low-medium Medium Procedures, reusable workflows, playbooks Facts embedded in skills go stale

The pragmatic conclusion: buy broad discovery, build canonical synthesis. Use Glean/Microsoft/Atlassian/Notion for enterprise search and connector coverage. Use a curated linked wiki for the small subset of knowledge where correctness, provenance, and propagation matter.


The Low-Ops Continual Curation Pattern

The SOTA low-ops pattern has six loops:

  1. Capture loop: high-value discoveries can be saved from chat, tickets, docs, meetings, PRs, and support cases into an intake queue.
  2. Triage loop: an agent classifies each item as fact, decision, procedure, risk, source, contradiction, or stale-content signal.
  3. Canonicalization loop: the system suggests the canonical page, backlink targets, owner, source citation, confidence level, and review date.
  4. Propagation loop: relevant humans and agents receive the update through their working surface: Slack/Teams, Jira, GitLab, Copilot, Glean, or the wiki.
  5. Evaluation loop: representative questions are added or updated so retrieval quality is tested after each knowledge change.
  6. Decay loop: stale pages are flagged by age, contradiction, broken source, low retrieval usefulness, or owner inactivity.

This is not a giant knowledge-management department. For a 200-500 person company, the viable operating model is:

  • one part-time knowledge owner, often IT Ops, RevOps, or internal comms
  • domain owners for canonical pages
  • automated weekly curation report
  • mandatory source/date/owner/status fields
  • small golden question set per domain
  • “promote to wiki” workflow for discoveries that matter beyond one team

How To Test the Hypothesis in a Real Organization

Run a 30-day bakeoff using the same 50 questions against four systems:

  1. existing Confluence/Jira search
  2. Confluence/Jira through MCP or Rovo/agent interface
  3. enterprise search layer such as Glean, M365 Copilot, or Notion Enterprise Search
  4. curated linked wiki subset with 25-50 canonical pages

Question design:

  • 15 single-source factual questions
  • 10 cross-document synthesis questions
  • 10 “what changed since last quarter?” temporal questions
  • 5 unanswerable questions that require abstention
  • 5 decision-provenance questions
  • 5 propagation questions: “who needs to know this and what artifact should change?”

Measure:

  • answer correctness
  • citation quality
  • abstention accuracy
  • freshness handling
  • time-to-answer
  • time-to-update canonical source
  • number of humans interrupted
  • whether a future agent run receives the updated context

Winning threshold:

  • 90%+ correctness on single-source questions
  • 75%+ correctness on cross-document questions
  • 80%+ correct abstention on unanswerable questions
  • 100% citation coverage for claims used in decisions
  • less than 48 hours from discovery to canonical propagation
  • less than 0.2 FTE ongoing curation burden for a 200-500 person company

If Confluence/Jira plus MCP hits those thresholds, keep it. If not, the missing layer is not “more AI.” It is curation architecture.


What This Means for Your Organization

Do not frame this as Confluence versus Glean versus Copilot versus GitLab. That is the wrong comparison. The real question is which knowledge jobs need to be solved:

  • If the job is finding existing content across many apps, buy Glean or use the Microsoft/Notion/Atlassian search layer you already own.
  • If the job is acting inside delivery workflows, use Jira/Rovo or GitLab Duo where the work already lives.
  • If the job is remembering what the organization now knows, build or enforce a curated linked wiki.
  • If the job is teaching agents how to perform repeatable work, use a skill marketplace.
  • If the job is shared durable agent memory, use graph/temporal memory infrastructure, but do not confuse that with governance.

The best low-ops architecture is layered:

  1. systems of record stay where they are
  2. enterprise search indexes them
  3. MCP exposes safe actions
  4. a curated wiki holds canonical, source-backed conclusions
  5. skills hold reusable procedures
  6. graph memory tracks events and relationships
  7. evaluation tests keep the whole system honest

That architecture is better than Confluence/Jira alone because it separates access, action, memory, and authority. Agentic workflows fail when those are collapsed into one document store.


Sources

  1. Atlassian Support, “Getting started with the Atlassian Remote MCP Server.” https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server/
  2. Atlassian, “Extend what Rovo can do across your stack with MCP,” February 25, 2026. https://www.atlassian.com/blog/announcements/rovo-mcp-gallery
  3. Atlassian, “Your team’s best ideas are trapped in the wrong format. AI just fixed that,” April 8, 2026. https://www.atlassian.com/blog/confluence/rovo-remix-3p-agents-confluence
  4. Microsoft, “SharePoint at 25: Global enterprise knowledge in the AI era,” March 2, 2026. https://www.microsoft.com/en-us/microsoft-365/blog/2026/03/02/sharepoint-at-25-how-microsoft-is-putting-knowledge-to-work-in-the-ai-era/
  5. Microsoft Learn, “SharePoint Admin Agent overview,” last updated March 20, 2026. https://learn.microsoft.com/en-us/sharepoint/content-governance-agent
  6. Glean, “Glean Introduces the Enterprise Agent Development Lifecycle,” May 12, 2026. https://www.glean.com/press/glean-introduces-the-enterprise-agent-development-lifecycle-codifying-how-enterprises-build-govern-and-measure-ai-agents
  7. Glean, “MCP for the Enterprise: Safe, Reliable AI Actions,” March 10, 2026. https://www.glean.com/blog/mcp-mar-drop-2026
  8. GitLab, “GitLab Announces the General Availability of GitLab Duo Agent Platform,” January 15, 2026. https://about.gitlab.com/press/releases/2026-01-15-gitlab-announces-duo-agent-platform-general-availability/
  9. GitLab Docs, “GitLab MCP server.” https://docs.gitlab.com/user/gitlab_duo/model_context_protocol/mcp_server/
  10. GitLab Docs, “Use Orbit with GitLab Duo Agent Platform.” https://docs.gitlab.com/orbit/remote/access/duo/
  11. Notion Help, “Enterprise Search.” https://www.notion.com/en-gb/help/enterprise-search?nxtPslug=enterprise-search
  12. Notion Help, “Enterprise Search security and privacy practices.” https://www.notion.com/en-gb/help/enterprise-search-security-and-privacy-practices
  13. Zep, “Graphiti.” https://www.getzep.com/platform/graphiti/
  14. Mem0 Docs, “Graph Memory.” https://docs.mem0.ai/open-source/graph_memory/overview
  15. arXiv:2604.14220, “Knowledge Graph RAG: Agentic Crawling and Graph Construction in Enterprise Documents.” https://arxiv.org/abs/2604.14220
  16. arXiv:2605.25480, “Retrieval as Reasoning: Self-Evolving Agent-Native Retrieval via LLM-Wiki.” https://arxiv.org/abs/2605.25480
  17. arXiv:2604.11243, “Knowledge Compounding: An Empirical Economic Analysis of Self-Evolving Knowledge Wikis under the Agentic ROI Framework.” https://arxiv.org/abs/2604.11243
  18. arXiv:2501.13956, “Zep: A Temporal Knowledge Graph Architecture for Agent Memory.” https://arxiv.org/abs/2501.13956
  19. arXiv:2606.04261, “Can Generalist Agents Automate Data Curation?” https://arxiv.org/abs/2606.04261

Brandon Sneider | brandon@brandonsneider.com June 2026