File leasing for AI agent teams. One MCP server. Any IDE. Zero merge conflicts.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"asynkor": {
"command": "go",
"args": [
"run",
"github.com/asynkor/asynkor@latest"
]
}
}
}
Run in terminal:
claude mcp add asynkor go run github.com/asynkor/asynkor@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"asynkor": {
"command": "go",
"args": [
"run",
"github.com/asynkor/asynkor@latest"
]
}
}
}