Flight Levels work management with MCP server integration for AI agents. CLI, TUI, and GUI interfaces.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"metis": {
"command": "cargo",
"args": [
"run",
"--",
"metis"
]
}
}
}
Run in terminal:
claude mcp add metis cargo run -- metis
Add to .cursor/mcp.json:
{
"mcpServers": {
"metis": {
"command": "cargo",
"args": [
"run",
"--",
"metis"
]
}
}
}