This page documents the current compatibility story for Provenote and OpenCode.
In plain language: OpenCode officially supports configuring MCP servers, so you can register Provenote’s first-party MCP server and let OpenCode work with notebook outcomes instead of only ephemeral session context.
Provenote works with OpenCode via MCP.
That is the strongest public claim this repository can support today. This page does not claim an official partnership, project affiliation, bundled distribution inside OpenCode, plugin status, marketplace listing, or universal support across every MCP host/runtime mode.
mcp configuration section.mcp and plugin as separate configuration surfaces, so MCP compatibility should not be paraphrased as plugin or marketplace status.provenote-mcp.Current fit through MCP:
provenote-mcp.{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"provenote": {
"type": "local",
"command": ["provenote-mcp"]
}
}
}
OPEN_NOTEBOOK_URL and OPEN_NOTEBOOK_PASSWORD before OpenCode starts the MCP process.If you want to verify this page yourself instead of trusting the wording, use this local proof loop:
provenote-mcp.draft.*research_thread.*auditable_run.*Run the repo-owned MCP contract test:
bash tooling/scripts/runtime/run_uv_managed.sh run pytest tests/test_mcp_server.py -q
provenote-mcp server to OpenCode config, then ask OpenCode to do one narrow inspection first:
This keeps the claim honest: the page is pointing to a repo-owned entrypoint and inspectable outcome tools, not asking you to trust a marketplace badge or partnership announcement.
If you want a checked-in local host artifact instead of only this page, start with ../../examples/hosts/opencode/provenote-outcome-bundle/README.md and then use ../../examples/hosts/README.md as the broader host-artifact index.
| Surface | Why it matters |
|---|---|
| ../../pyproject.toml | Proves the repo actually ships the provenote-mcp entrypoint instead of only naming one in docs |
| ../../packages/core/mcp/server.py | Shows the concrete tool families OpenCode can call through MCP |
| ../../packages/core/mcp/schemas.py | Shows the typed request shapes behind draft, research-thread, and auditable-run actions |
| ../../tests/test_mcp_server.py | Shows the repo keeps a concrete MCP contract test for tool registration and stdio entrypoint truth |
| ../mcp.md | Keeps the host-specific setup page anchored to the broader MCP truth and non-claim boundary |
| ../proof.md | Maps the compatibility wording back to inspectable repo surfaces |
| Bucket | What this page can say |
|---|---|
| Safe now | Provenote works with OpenCode via MCP; OpenCode can register local and remote MCP servers; Provenote ships a first-party stdio MCP entrypoint |
| Not claimed | official partnership, project affiliation, bundled OpenCode integration, plugin-store presence, marketplace listing, universal host guarantee |
| Deferred / proof gap | OpenClaw support, generic works with every MCP host, hosted/team/autopilot surfaces |
These are intentionally outcome-first workflows. They are a better fit for Provenote’s real product center than treating OpenCode like the product itself.