Tenant-first access control plane for AI agents, MCP servers, OpenAPI services, and governed data access.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-harbor": {
"command": "go",
"args": [
"run",
"github.com/SummerXaa-Z/agent-harbor@latest"
]
}
}
}
Run in terminal:
claude mcp add agent-harbor go run github.com/SummerXaa-Z/agent-harbor@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-harbor": {
"command": "go",
"args": [
"run",
"github.com/SummerXaa-Z/agent-harbor@latest"
]
}
}
}