From economist-agents
Query and update the ChromaDB-backed style memory store for Economist voice consistency
npx claudepluginhub oviney/economist-agentsAdd to your .mcp.json:
{
"mcpServers": {
"style-memory": {
"command": "python3",
"args": [
"mcp_servers/style_memory_server.py"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
python3