MOSSES ARMY — 13 AI Military Agents Ecosystem | Claude Code Custom Agents + Flybridge Worker
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-ai-bank": {
"command": "npx",
"args": [
"-y",
"bowbozaa/MCP-Server-AI-BANK"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-ai-bank npx -y bowbozaa/MCP-Server-AI-BANK
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-ai-bank": {
"command": "npx",
"args": [
"-y",
"bowbozaa/MCP-Server-AI-BANK"
]
}
}
}