Create your workspace
Sign up, pick a workspace name, and create your first knowledge base. Folder structure is up to you — most teams start with a /clients, /skills, /meetings split, but anything works.
Sign up →ContextWell is a workspace + an MCP server. If you can sign in to a web app and paste a URL into your AI tool's connector settings, you can be up in five minutes.
Full reference docs are in progress. For anything not covered here, email [email protected].
Sign up, pick a workspace name, and create your first knowledge base. Folder structure is up to you — most teams start with a /clients, /skills, /meetings split, but anything works.
Sign up →ContextWell exposes your workspace through a single MCP server. Plug it into Claude, ChatGPT, Cursor, Codex, Claude Code, or any custom agent — same URL, same tools, same workspace.
// In your harness's MCP / connector settings:
{
"name": "contextwell",
"transport": "http",
"url": "https://contextwell.co/mcp",
"auth": {
"type": "bearer",
"token": "YOUR_PERSONAL_ACCESS_TOKEN"
}
} Team plan includes unlimited collaborators — invite the engineers, designers, marketers, and ops folks who actually do the work. Everyone edits the same markdown surface in real time.
Once connected, your harness can list folders, search the KB, read full docs, and edit them — with comments and history preserved. Same files your humans see, same files your agents touch.
Once your tool is connected, type these in a normal chat. Each one drives the MCP tools below — the same way in Claude, Cursor, ChatGPT, or Codex.
“Search my knowledge base for our onboarding flow and summarize the latest version.”
Finds the right doc and reads it back.
“Read the notes in /meetings/q2-kickoff and draft a project brief in the Acme client folder.”
Turns raw notes into a new doc your team can edit live.
“What did we decide about pricing, and which docs depend on that decision?”
Reasons over the knowledge graph — decisions and their backlinks.
“Run the review-a-pr skill on this pull request.”
Invokes a team playbook as a slash command, the same way in every harness.
Once connected, your harness has access to these tools. Same set across Claude, Cursor, ChatGPT, Codex — anything that speaks MCP.