Calude and LinqPad 9 Beta

Trying to understand Claude integration. So the Claude.md file we create is for my entire codebase? Not per file?

Can we make the database query smart by adding MCP servers for SQL Server, etc?

Comments

  • JoeAlbahari
    edited July 10

    LINQPad's claude.md file is for all scripts. Go to Settings | Claude Code to determine its location (or ask Claude Code). Having one claude.md per script would be cumbersome. If you need to apply a particular claude.md only in certain scenarios, you can do so by creating another LINQPad xcopy install with a claude subdirectory:
    https://www.linqpad.net/PortableDeployment.aspx

    And yes, you can add MCP servers. Go to Settings | Claude Code for info, or ask Claude Code to set one up for you - it knows where the config locations are for LINQPad.

    Regarding SQL Server, what do you have in mind specifically? Claude can already query the database schema for the current connection via LINQPad's tools, knows whether the script is SQL or C#, and knows the database provider you're using (SQL Server, SQLite, Postgres, etc).