Why import from your knowledge base?
Teams often have coding guidelines, conventions, and processes documented in wikis and knowledge bases. With MCP, your AI coding assistant can read directly from these sources and create Packmind artifacts — Standards, Commands, and Skills — without copy-pasting or rewriting content manually.What is MCP?
MCP (Model Context Protocol) is an open protocol that lets AI agents connect to external data sources. Packmind leverages MCP to import content from any compatible knowledge base.Supported knowledge bases
Any tool that exposes an MCP server works with this workflow. Here are two popular options:- Confluence — Follow the Atlassian MCP server setup guide to connect your Confluence workspace.
- Notion — Follow the Notion MCP setup guide to connect your Notion workspace.
Demo
Here is an example of importing coding guidelines from Confluence into Packmind:What you can import
From your knowledge base pages, you can create three types of Packmind artifacts:- Standards — Convert coding guidelines and conventions pages into enforceable standards that AI agents follow when generating code. Use the
/packmind-create-standardskill to create one. - Commands — Turn step-by-step process documentation into reusable commands that automate multi-step workflows. Use the
/packmind-create-commandskill to create one. - Skills — Create skills from pages containing relevant domain knowledge that enriches AI agent capabilities. Use the
/packmind-create-skillskill to create one.