Incisor Knowledge Base for Claude
Give Claude live, up-to-date knowledge of the Incisor® software/game
development platform.
This extension connects Claude to the hosted Incisor knowledge base over
MCP and automatically detects Incisor projects,
so Claude can answer Incisor questions accurately — using the latest API docs,
tutorials, example projects, tooltips, and troubleshooting Q&A.
What it does
- Registers the Incisor KB MCP server so Claude can call its tools:
search_kb(query, top_k?, docType?) — semantic search over the KB.
get_doc(id) — fetch the full section for a result.
- Detects Incisor projects by their
ProjectSettings.json signature and writes
a managed context block into CLAUDE.md, plus a project-scoped .mcp.json, so
Claude Code knows to use the KB.
- Stays current automatically — the knowledge base is updated server-side, so
you always get the latest Incisor knowledge without updating the extension.
Getting started
- Install the extension.
- Open an Incisor project. The extension auto-detects it and writes KB context for
Claude (
CLAUDE.md) plus a project .mcp.json. Ask Claude an Incisor question
and it will consult the KB.
The default incisor.mcpServerUrl already points at the hosted server, so for most
users no settings change is needed.
Claude Code — one-time approval. Claude Code requires you to approve any
project .mcp.json server before it loads. The first time you open an Incisor
project, Claude Code will show the incisor-kb tools as not connected until you
approve them: run /mcp in chat and approve incisor-kb (or accept the
prompt when starting a session). After that, search_kb / get_doc work.
Commands
- Incisor: Enable KB context for this project — (re)write
CLAUDE.md and .mcp.json.
- Incisor: Search the Knowledge Base — ask a question via chat, routed through
the Incisor KB server.
Settings
| Setting |
Default |
Description |
incisor.mcpServerUrl |
https://mcp.incisordev.com/mcp |
Hosted Incisor KB MCP endpoint. |
incisor.autoInjectContext |
true |
Auto-write CLAUDE.md when an Incisor project is detected. |
incisor.contextFiles |
["CLAUDE.md"] |
Which Claude context files to maintain. |
incisor.writeMcpJson |
true |
Write a project .mcp.json so Claude Code picks up the KB server (needs one-time approval). |
Advanced: it's a standard MCP server
The KB is served by a standard MCP endpoint, so you can also point any MCP client at
the same URL:
{ "mcpServers": { "incisor-kb": { "url": "https://mcp.incisordev.com/mcp" } } }
Incisor® is a registered trademark. KB content is subject to the
Incisor end user license.