ewan-kb-server

Ewan-Jone/ewan-kb-server
★ 0 stars Python 🔍 Search Updated today
Query server for ewankb knowledge bases — MCP + HTTP interface
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ewan-kb-server": {
      "command": "uvx",
      "args": [
        "ewan-kb-server"
      ]
    }
  }
}

Or install with pip: pip install ewan-kb-server