Skip to main content

Concierge text2sql MCP server — connects Claude (and other MCP clients) to the Concierge BigQuery assistant over stdio.

Project description

jobescape-concierge

Concierge text2sql MCP server. Connects Claude (and any MCP-compatible client) to the Concierge BigQuery assistant over stdio — no repo clone, no database or cloud credentials required.

Requirements

  • uv installed (for uvx)
  • A Concierge API token (request one from the Concierge admin; tokens are tied to your @nvs.team email)

Add to Claude Desktop / Claude Code

claude mcp add concierge \
  -e CONCIERGE_API_TOKEN=t2s_... \
  -- uvx jobescape-concierge

Or edit claude_desktop_config.json directly:

{
  "mcpServers": {
    "concierge": {
      "command": "uvx",
      "args": ["jobescape-concierge"],
      "env": {
        "CONCIERGE_API_TOKEN": "t2s_..."
      }
    }
  }
}

Replace t2s_... with your actual token, then fully quit and reopen Claude Desktop.

Local development

Point the server at a locally running Concierge instance:

CONCIERGE_API_TOKEN=t2s_... CONCIERGE_MCP_URL=http://localhost:8080/mcp/ uvx jobescape-concierge

Environment variables

Variable Required Default Description
CONCIERGE_API_TOKEN Yes Plaintext API token (t2s_... prefix).
CONCIERGE_MCP_URL No https://concierge-yh7apzuicq-ue.a.run.app/mcp/ Base URL for the Concierge MCP endpoint. Use a localhost URL for local dev.

How it works

On startup the server connects to the Concierge cloud MCP endpoint over HTTPS, validates your token, and fetches the available tool list. It then re-serves those tools over the MCP stdio protocol and forwards every tool call to the cloud. No SQL, schema, or credentials live in this package — all data access happens server-side.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jobescape_concierge-0.1.0.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jobescape_concierge-0.1.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file jobescape_concierge-0.1.0.tar.gz.

File metadata

  • Download URL: jobescape_concierge-0.1.0.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for jobescape_concierge-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e8ae2feb07311ffcab013733412daf9ffe7ce42a07297c62a143d14f29d0a06a
MD5 a2345726b491486380d4b8b02eb0cd45
BLAKE2b-256 406fea369ff918e0dd32208c14fa6d35ad875c548cb4c4f2199f9b0e76011a21

See more details on using hashes here.

File details

Details for the file jobescape_concierge-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: jobescape_concierge-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for jobescape_concierge-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 496f8c881e59a96f300ce6b546a0dcabbeb0ef36864bea9b7ed0a85d4b06b738
MD5 b297d2251fa7df7be380c79b131dba57
BLAKE2b-256 7714450a8e264e77df148d281e1b8539d6606f85a43361dc8fed37c85b1a7f4e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page