Back to Home
matebenyovszky icon

agentplaybooks

Verified Safe

by matebenyovszky

Overview

Provides a Model Context Protocol (MCP) server for AI agents, offering platform-independent memory, skill management, and persona definitions.

Installation

Run Command
docker run -p 3000:3000 agentplaybooks/server

Environment Variables

  • NEXT_PUBLIC_SUPABASE_URL
  • NEXT_PUBLIC_SUPABASE_ANON_KEY
  • SUPABASE_SERVICE_ROLE_KEY
  • NEXT_PUBLIC_APP_URL

Security Notes

The project demonstrates strong security practices, including robust authentication and authorization via Supabase, API key validation with granular permissions (`memory:read`, `playbooks:write`), and strict ownership checks for resources. Input validation is present for API routes, and file attachment uploads are well-sanitized to prevent path traversal and binary content. No 'eval' or direct code execution from user input is observed. Sensitive keys are expected from environment variables.

Similar Servers

Stats

Interest Score31
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars1
Forks0
Last Update2026-01-16

Tags

AI AgentsPlaybooksSkillsMemoryMCP ProtocolAPISupabaseNext.jsHonoOpen SourceSelf-hostedAgent Orchestration