PilotSuite — Styx: Privacy-first lokaler KI-Assistent fuer Home Assistant. Brain Graph, Habitus Pattern Learning, Mood Engine, LLM Provider Chain, Tool-Calling, Telegram Bot, MCP Server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pilotsuite-styx-core": {
"command": "uvx",
"args": [
"pilotsuite-styx-core"
]
}
}
}
Run in terminal:
claude mcp add pilotsuite-styx-core uvx pilotsuite-styx-core
Add to .cursor/mcp.json:
{
"mcpServers": {
"pilotsuite-styx-core": {
"command": "uvx",
"args": [
"pilotsuite-styx-core"
]
}
}
}
Or install with pip: pip install pilotsuite-styx-core