Send files and notes from a coding agent into your Zas channels, encrypted on your machine.
claude mcp add zas-agent -- npx -y zas-agent
claude_desktop_config.json
{
"mcpServers": {
"zas-agent": {
"command": "npx",
"args": [
"-y",
"zas-agent"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"zas-agent": {
"command": "npx",
"args": [
"-y",
"zas-agent"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"zas-agent": {
"command": "npx",
"args": [
"-y",
"zas-agent"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"zas-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zas-agent"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"zas-agent": {
"command": "npx",
"args": [
"-y",
"zas-agent"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.soke1556--zas-agent/reviews or the review_server meta-tool.
POST /mcp