Sync Pancake messages into Supabase with this open-source CRM featuring an admin UI, B2B partner classification, and an integrated MCP server for AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"aiecos-social-crm": {
"command": "npx",
"args": [
"-y",
"yashv6948/aiecos-social-crm"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aiecos-social-crm npx -y yashv6948/aiecos-social-crm
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aiecos-social-crm": {
"command": "npx",
"args": [
"-y",
"yashv6948/aiecos-social-crm"
]
}
}
}
📋 Copy