What is the com.olane/cosync-local MCP server?
Local encryption and project setup plugin for CoSync. Keys never leave your machine.
How to install com.olane/cosync-local
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"cosync-local": {
"command": "uvx",
"args": [
"olane-cosync-local"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"cosync-local": {
"command": "uvx",
"args": [
"olane-cosync-local"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cosync-local": {
"command": "uvx",
"args": [
"olane-cosync-local"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"cosync-local": {
"type": "stdio",
"command": "uvx",
"args": [
"olane-cosync-local"
]
}
}
}Claude Code
claude mcp add cosync-local -- uvx olane-cosync-localRelated MCP servers
Local encryption and project setup plugin for Copass. Keys never leave your machine.
View repository →Knowledge graph ingestion, entity search, ontology analysis, and CoPass scoring.
View repository →Knowledge graph ingestion, entity search, ontology analysis, and CoSync scoring.
View repository →