tree: 22c8c9c2433293b0c0d218383a31645ead8fdd2e
  1. claude-code.md
  2. claude-desktop.md
  3. cursor.md
  4. jetbrains.md
  5. mcp-inspector.md
  6. README.md
  7. vs-code.md
docs/clients/README.md

Client Setup Guides

Per-client instructions for connecting an MCP client to the Solr MCP Server. Each guide covers the transports the client supports: STDIO (the server runs as a local subprocess — JAR or Docker) and HTTP (connect to a running server's streamable HTTP endpoint at http://localhost:8080/mcp).

ClientGuide
Claude Desktopclaude-desktop.md
Claude Codeclaude-code.md
VS Code / GitHub Copilotvs-code.md
Cursorcursor.md
JetBrains IDEsjetbrains.md
MCP Inspectormcp-inspector.md

Before connecting, start Solr and build the server — see the Quick start. For OAuth2 on the HTTP transport, see the security docs.