BannerlordSearch.Mcp.Server

JoeFwd/BannerlordSearch.Mcp.Server
★ 0 stars C# Search Updated today
Quickly find classes, methods, and code snippets in the Mount & Blade II: Bannerlord codebase with a lightweight MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bannerlordsearch.mcp": {
      "command": "npx",
      "args": [
        "-y",
        "JoeFwd/BannerlordSearch.Mcp.Server"
      ]
    }
  }
}