Skip to main content

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

Project description

jobescape-concierge

Concierge 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.2.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.2-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jobescape_concierge-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 030187283fbb8c034e96adfca3d52cce724eb17b88b77d6a536c48384a7c0559
MD5 9b00f6b4a40cee4632483db16975f42a
BLAKE2b-256 a7f829d28e0edb03460b105d9c1e884a78062ea29bf71b2be0089b8741dc2a38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jobescape_concierge-0.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 59e2af35f6c3aeafd9f24c0a6b61e493aad499b8aa9ef21ab38be5c51c1199b4
MD5 fcef47379928e62cb4ddb8b3be087217
BLAKE2b-256 a89d95fc257a8b01e6b12546768e510f6c89785227fc593afc57b055c9b03bcc

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