rka

infinitywings/rka
★ 8 stars Python 🔌 API Integration Updated 3d ago
Research Knowledge Agent — MCP server + REST API + React dashboard for AI-assisted research orchestration
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": {
    "rka": {
      "command": "uvx",
      "args": [
        "rka"
      ]
    }
  }
}

Or install with pip: pip install rka