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.

Tools
5
Resources
0
Prompts
0


Arcadia MCP Server

Workarounds and additional tools for Cursor users on Windows.

Features

  • Bash command execution

  • Database querying and exploration

    • MCP tools: list_database_connections, list_database_schemas, list_database_objects, describe_database_object, list_database_types, run_sql_command
    • Connect to SQL Server databases and SQLite files to explore schemas, list objects, and execute queries
    • All SQL commands run in transactions that automatically roll back, ensuring no accidental data modification
    • Supports both SQL Server (with Windows or SQL authentication) and SQLite databases
    • Automatic output paging prevents long query results from overwhelming the model's context
    • Configure SQL Server connections in config.jsonc under the connections section
  • Real-time log monitoring

    • logs.bat tool for viewing active command execution logs. The logs don't appear "live" inside Cursor, so use this tool in a separate terminal window to view the logs as they happen.

Installation

Prerequisites

  • Windows 10/11
  • Cursor IDE
  • Git for Windows (for Git Bash)

Setup Instructions

  1. Download Arcadia: Download the latest arcadia.zip from our GitHub Releases.

  2. Extract: Extract arcadia.zip to a folder of your choice (e.g., C:\Tools\arcadia\)

  3. Configure Cursor: Follow the INSTALLING.html guide.

  4. Verify Installation: Ask the model to verify the presence of Arcadia MCP tools.