-
Notifications
You must be signed in to change notification settings - Fork 0
Verified Supported Plugins
root edited this page Jun 21, 2026
·
7 revisions
Recollectium Core is at v1.2.0. Core is supported through the CLI, Python API, local HTTP API, MCP stdio, and managed MCP service. The OpenCode adapter contract is documented, but there is still no in-repo plugin implementation.
| Integration | Status | Notes |
|---|---|---|
| CLI | Supported | Primary user and development interface. |
| Python API | Supported | Direct in-process Core usage. |
| Local HTTP API | Supported | For adapters and local tools. |
| MCP stdio | Supported | For MCP clients that spawn Recollectium. |
| Managed MCP service | Supported | Local HTTP/SSE service, localhost-first. |
| OpenCode plugin | Planned | Contract is documented. Implementation is not present in this repo yet. |
Plugins and adapters should validate health, version, and capabilities before enabling tools.
Start with Adapter and Plugin Integration and the canonical OpenCode adapter contract.
FAQ
- Is Recollectium cloud-hosted?
- Does Recollectium encrypt the database?
- Does the API have authentication?
- Does the WebUI have authentication?
- Which embedding model does it use?
- Should agents search by type first?
- What is the difference between
dev serveandservice start api? - Can I run Core on one machine and an agent on another?
- Is the OpenCode plugin available?