Back to Home
LZMW icon

mcp-aurai-server

Verified Safe

by LZMW

Overview

Enables a local AI to receive iterative guidance from a remote, superior AI for solving programming problems, fostering hierarchical AI collaboration.

Installation

Run Command
python -m mcp_aurai.server

Environment Variables

  • AURAI_API_KEY
  • AURAI_PROVIDER
  • AURAI_BASE_URL
  • AURAI_MODEL
  • AURAI_MAX_ITERATIONS
  • AURAI_TEMPERATURE
  • AURAI_MAX_TOKENS

Security Notes

The server uses `json.loads` to parse LLM responses and certain tool parameters (`context`, `files`, `project_info`). While the expected JSON schema is defined, a compromised or misconfigured LLM could potentially craft malicious JSON content. The server itself does not execute `action_items` or `code_changes` returned in the JSON; these are intended for the client (Claude Code) to interpret and act upon. The overall system security relies on the client's safe handling of these structured outputs.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens10000
Stars0
Forks0
Last Update2026-01-19

Tags

Hierarchical AIIterative Problem SolvingProgramming AssistantMCP ServerMulti-Provider LLM