MCP Server for Org & Idea Wikis

The agent-native wiki

Turn raw artifacts into a structured, interlinked wiki. Ingest research notes, briefs, and reports — your agent updates entity pages, refreshes the index, appends a log entry, and writes [[wikilinks]] automatically. Query the wiki in natural language and get LLM-synthesized answers with citations back to the source pages.

Works with Claude Code, Claude Web, OpenClaw, Claude Cowork, ChatGPT, n8n, and more.

How it works

From a pile of raw artifacts to a structured, queryable wiki in five steps.

1

Sign up and get an API key

Create a free account at gentic.co, generate an API key from your dashboard, and use it as a Bearer token to authenticate your agent.

2

Add the MCP server to your agent

Drop https://mcp.gentic.co/wiki into Claude Code, Claude Web, OpenClaw, Claude Cowork, ChatGPT, n8n, or any MCP-compatible client. Pass your Gentic API key as a Bearer token — or connect via OAuth on clients that support it.

3

Ingest a source

Point `wiki_ingest` at an S3 key under your org — a research note, a competitor analysis, a brief — and pick a scope: an idea (`{ kind: 'idea', ideaSlug }`) or the org as a whole. The server reads the source, updates the entity pages it touches, refreshes index.md, and appends a log entry.

4

Query the wiki

Ask `wiki_query` a free-form question. It synthesizes an answer across org-level and idea-level pages and returns the wiki paths it cited, so the user can drill into any of them.

5

View and lint

`wiki_view` renders any page with `[[wikilinks]]` rewritten and a backlinks section appended. `wiki_lint` is read-only and surfaces broken wikilinks, orphan pages, and stale or missing index entries — schedule it after a batch of ingests.

Available tools

5 tools your AI agent can call through the Model Context Protocol.

wiki_ingest

25¢ / call

Ingest into the wiki — read source(s), update entity pages, refresh index.md, append a log entry, and write a verbatim note page (s3_key mode).

wiki_lint

Free

Health-check the wiki — detects broken wikilinks, orphan entity pages, missing index entries, and stale index entries (pointing to deleted pages).

wiki_list_sources

Free

List the raw-source artifacts available to ingest into the wiki for a given scope, with each marked as ingested or pending.

wiki_query

Free

Ask a question against the org's wiki and get an LLM-synthesized answer with citations to wiki pages.

wiki_view

Free

View a wiki page rendered with backlinks injected and `[[wikilinks]]` rewritten into clickable references.

Connect in seconds

Sign up, grab your API key, and add the MCP server to your agent. Works with Claude Code, Claude Web, OpenClaw, Claude Cowork, ChatGPT, n8n, and any MCP client.

claude mcp add gentic-wiki \
  --transport http \
  https://mcp.gentic.co/wiki \
  --header "Authorization: Bearer YOUR_API_KEY"
OAuth
Using Claude or ChatGPT websites?

You can also connect via OAuth — just add gentic-wiki as a connector in Claude or ChatGPT settings. No API key needed; authentication is handled automatically.

Recommended
Supercharge with Agent Skills

Install the Gentic agent skill to teach your agent the optimal workflow so it gets the best results automatically.

npx skills add gentic-co/agent-skills

Works with Claude Code, Cursor, Copilot, and 40+ other agents.

Pay only when you ingest

Ingestion is 25¢ per call. Querying, viewing, and linting the wiki are always free — use them as often as you like.

ToolCost
wiki_ingest25¢ / call
wiki_lintFree
wiki_list_sourcesFree
wiki_queryFree
wiki_viewFree

Pricing is pulled live from the Gentic MCP manifest so it always matches what you'll actually be charged.

Why agent-native wikis?

Traditional wikis assume a human editor. This one assumes an agent ingesting and rewriting pages — and a human reading the result.

Self-organizing

Ingest a raw artifact and the wiki rewrites itself: entity pages get updated, the index is refreshed, and a log entry is appended. No manual page-by-page editing.

Cited answers

`wiki_query` returns an LLM-synthesized answer plus the wiki paths it drew from, so the user can verify and follow the trail. No hallucinations without a source.

Composable

Chain wiki tools with research, data, knowledge, and any other Gentic MCP server. Ingest research notes you just produced, then query the wiki to ground the next agent action.

Pay only on ingest

Ingestion is 25¢ per call. Querying, viewing, and linting are free. Use them as often as you like.

Start building your wiki

Sign up, grab your API key, connect the MCP server, and let your agent turn raw artifacts into a queryable wiki.