Cafe Agent harness
Configs live in mcp/, one JSON + readme pair per server:
| Server | Config | Docs |
|---|---|---|
| Atlassian (Jira / Confluence) — mcp-atlassian, Personal Access Token auth | mcp/atlassian.mcp.json |
mcp/atlassian.readme.md |
| GitHub — official github-mcp-server via Docker | mcp/github.mcp.json |
mcp/github.readme.md |
| Notion — official notion-mcp-server via npx, integration token auth | mcp/notion.mcp.json |
mcp/notion.readme.md |
Project skills live in skills/:
| Skill | Description |
|---|---|
atlassian-crud |
CRUD workflows for Jira issues and Confluence pages via mcp-atlassian, including checking which tools are available in the current session |
github-crud |
Meaningful commits, pull requests that summarize the branch's commits, review comments with suggestions, and the basic GitHub development cycle via github-mcp-server (gh CLI fallback) |
notion-crud |
CRUD workflows for Notion pages, databases, blocks, and comments via notion-mcp-server, including checking which tools are available in the current session |