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.
How it works
From a pile of raw artifacts to a structured, queryable wiki in five steps.
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.
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.
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.
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.
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
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
Health-check the wiki — detects broken wikilinks, orphan entity pages, missing index entries, and stale index entries (pointing to deleted pages).
wiki_list_sources
List the raw-source artifacts available to ingest into the wiki for a given scope, with each marked as ingested or pending.
wiki_query
Ask a question against the org's wiki and get an LLM-synthesized answer with citations to wiki pages.
wiki_view
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"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.
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-skillsWorks 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.
| Tool | Cost |
|---|---|
| wiki_ingest | 25¢ / call |
| wiki_lint | Free |
| wiki_list_sources | Free |
| wiki_query | Free |
| wiki_view | Free |
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.