Skip to content

Arcadia MCP Server — Database querying and exploration tools

License

Notifications You must be signed in to change notification settings

brianluft/arcadia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Arcadia MCP Server

Database querying and exploration tools for Cursor users on Windows.

Features

  • 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

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.

About

Arcadia MCP Server — Database querying and exploration tools

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published