AI knowledge base for Cline.

Add Perfect Wiki to Cline as a remote MCP server. Before Cline plans a task, it can look up how your team builds things β€” and when the task is done, write down what changed.

No credit cardSetup in under 10 minutesCancel anytime
01MCP setup

Connect Cline in two minutes.

Register Perfect Wiki from Cline's Remote Servers tab, then add your Perfect Wiki API token to cline_mcp_settings.json. Cline lists the knowledge base tools right next to your other MCP servers.

  • β†’Streamable HTTP transport β€” nothing to install locally
  • β†’Token scoped to a single knowledge base
  • β†’Pick which Perfect Wiki tools Cline may auto-approve
Cline Β· MCP Servers Β· Remote Servers
Server name
perfect-wiki
Server URL
https://api.perfectwiki.xyz/mcp
Transport
Streamable HTTP
Add Server βœ“
02Read & write

Plan with your team's knowledge β€” act with Cline.

In Plan mode, Cline pulls the relevant specs and conventions from Perfect Wiki so the plan matches how your team works. In Act mode, it can record decisions and updated instructions back to the wiki.

  • β†’Plans grounded in your specs and architecture notes
  • β†’Reads a single page instead of guessing from the codebase
  • β†’Writes decisions back to the wiki once the work is done
Cline
Plan the migration of the notifications service to the new queue.
βš™ ask Β· queue migration guideβš™ get_page Β· Notifications service
Based on β€œQueue migration guide”, the plan is: dual-write for one release, switch consumers behind the feature flag, then drop the old topic. The Notifications service page lists two consumers we must migrate first.
Setup guide

How to connect Perfect Wiki to Cline.

  1. 1Generate an API token in the Perfect Wiki settings of the knowledge base Cline should use.
  2. 2In Cline, click the MCP Servers icon, open the Remote Servers tab and enter the name perfect-wiki, the URL https://api.perfectwiki.xyz/mcp and the transport Streamable HTTP. Click Add Server.
  3. 3The form has no headers field, so open cline_mcp_settings.json and add the Authorization header with your token, as shown on the right.
  4. 4Ask Cline something like β€œCheck Perfect Wiki for our logging conventions.”

More details in the Perfect Wiki MCP server guide and Cline's MCP documentation.

cline_mcp_settings.json
cline_mcp_settings.json Β· Cline
{
"mcpServers": {
"perfect-wiki": {
"type": "streamableHttp",
"url": "https://api.perfectwiki.xyz/mcp",
"headers": {
"Authorization": "Bearer <your-api-token>"
},
"disabled": false,
"autoApprove": []
}
}
}

Keep "type": "streamableHttp" β€” each Perfect Wiki token is scoped to one knowledge base and has read & write access. Add tool names such as "ask" to autoApprove to skip the confirmation prompt for read-only calls.

Use cases

What your team does with Perfect Wiki in Cline.

Plans that match your architecture

Cline reads your architecture notes and service pages while planning, so proposals fit the system you actually run.

> Read the Auth service page, then plan SSO support for the admin app.

Onboarding a new codebase

New to a repo? Let Cline combine the code with your wiki’s setup guides and glossary to explain how the pieces fit.

> Using our dev setup guide, get this project running locally.

Decision records without the chore

When Cline finishes a change that involved a trade-off, ask it to capture the decision as a new wiki page.

> Create an ADR page in Perfect Wiki for switching to cursor pagination.
The full toolset
ask()

Ask a natural-language question and get an AI answer with sources.

list_pages()

List every page in the connected knowledge base.

get_page()

Read the full content of a specific page.

create_page()

Create a new page β€” draft SOPs straight from chat.

update_page()

Update an existing page, so SOPs never go stale.

delete_page()

Remove pages that are no longer needed.

get_knowledgebase()

Get info about the connected knowledge base.

Free SOP templates

Start from a ready-made SOP. Keep it alive here.

Download any of our 284 standard operating procedure templates in Word, PDF, Excel or CSV, no sign-up needed. Then put it in Perfect Wiki so your team can find it and ask about it.

Browse all 284 SOP templates β†’
Common questions

Frequently asked questions

Didn't find what you're looking for? Contact our support β†’

Ready when you are

Put your SOPs to work in Cline.

Keep your SOPs, manuals and FAQs in Perfect Wiki β€” and give your whole team answers right where they work.

No credit cardSetup in under 10 minutesCancel anytime