arcadia

brianluft/arcadia

3.3

If you are the rightful owner of arcadia and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Arcadia MCP Server provides workarounds and additional tools for Cursor users on Windows, enhancing command execution, image analysis, database querying, and log monitoring.

Arcadia MCP Server is designed to enhance the functionality of Cursor IDE for Windows users by addressing common issues and adding new capabilities. It offers a suite of tools that improve command execution reliability, enable AI-driven image analysis, facilitate database interactions, and provide real-time log monitoring. By integrating these features, Arcadia MCP Server ensures a smoother and more efficient workflow for developers using Cursor on Windows. The server is particularly beneficial for those who frequently work with command-line operations, databases, and image processing tasks. With its robust set of tools, Arcadia MCP Server not only mitigates known bugs in Cursor but also extends its capabilities, making it a valuable addition to any developer's toolkit.

Features

  • Bash command execution with automatic paging and timeouts
  • AI-driven image analysis using GPT-4o
  • Comprehensive database querying and exploration
  • Real-time log monitoring for active command execution
  • Seamless integration with Cursor IDE on Windows

Usages

usage with Cursor

{
  "mcpServers": {
    "arcadia": {
      "command": "python",
      "args": ["arcadia.py"]
    }
  }
}

Tools

  1. run_bash_command

    Executes bash commands with automatic paging and timeouts.

  2. read_output

    Reads and processes the output of executed commands.

  3. read_image

    Analyzes and describes images using AI.

  4. list_database_connections

    Lists available database connections.

  5. run_sql_command

    Executes SQL commands with automatic rollback.