
Copass Local
Wire Copass project setup and local-only encryption into your coding agent so API keys and credentials never sync to the cloud.
Overview
com.olane/copass-local is a MCP server for the Ship phase that performs Copass project setup and local-only encryption so keys never leave your machine.
What is this MCP server?
- Stdio MCP server (olane-copass-local on PyPI, v0.3.2) for Copass desktop workflows
- Encryption and project setup run entirely on your machine—keys never leave the host
- Pairs with Copass remote MCP for graph features while keeping sensitive material local
- Python package transport suitable for Claude Code, Cursor, and other stdio MCP clients
- Server version 0.3.2
- PyPI identifier olane-copass-local with stdio transport
- Repository: github.com/olane-labs/cosync-local
What problem does it solve?
You want Copass wired into your agent without uploading encryption keys or local secrets to a remote Copass endpoint.
Who is it for?
Indie builders using Copass who need stdio MCP local setup and encryption before connecting hosted Copass graph tools.
Skip if: Teams that only need remote knowledge-graph search and scoring with no Copass local crypto requirements.
What do I get? / Deliverables
Your agent can initialize Copass projects and apply local encryption through MCP while sensitive keys stay on your device.
- Registered stdio MCP server for Copass local encryption and setup
- Copass project initialized without exporting keys from the host
- Local-only crypto path ready before optional copass-remote graph tools
Recommended MCP Servers
Journey fit
How it compares
Local Copass security MCP plugin, not the hosted knowledge-graph remote server.
Common Questions / FAQ
Who is com.olane/copass-local for?
Solo builders and developers running Copass with Claude Code, Cursor, or other MCP clients who must keep keys on-machine.
When should I use com.olane/copass-local?
Use it during project bootstrap, local credential setup, or before shipping agent workflows that touch Copass-encrypted material.
How do I add com.olane/copass-local to my agent?
Install the olane-copass-local PyPI package (v0.3.2), add a stdio MCP server entry pointing at that package, and restart your agent.