Skip to main content

Tessell Model Context Protocol (MCP) server

Project description

Tessell MCP Server

Tessell MCP Server is your AI-powered command center for cloud data and services. It connects your favorite IDEs (like VS Code, Cursor) or chat-based clients (like Claude) to Tessell-—so you can manage everything using natural language.

With simple prompts, you can:

  • Manage services, snapshots, and availability machines
  • Explore and operate databases (Oracle, PostgreSQL, and more)—on Tessell or anywhere else
  • Run queries, check health, and troubleshoot—without switching tools or writing scripts

Just describe what you want to do—Tessell MCP Server takes care of the rest.

Why Use Tessell MCP Server?

  • Conversational Power: Manage your cloud and databases using plain language—no scripts or CLI required
  • Unified Control: Access both Tessell-native and external databases from one place
  • Instant Insights: Query, analyze, and troubleshoot in seconds
  • Secure & Local: Your credentials stay safe—nothing leaves your environment unless you approve it

Installation & Configuration

Requirements

  • Tessell account with an active API key
  • Tenant API base URL and Tenant ID
  • Compatible MCP client (e.g., Claude Desktop, Cursor)

Configuration

To set up the Tessell MCP Server, add the following configuration to your MCP client's configuration file (such as mcp_config.json):

{
  "mcpServers": {
    "tessell": {
      "command": "uvx",
      "args": [
        "tessell-mcp@latest"
      ],
      "env": {
        "TESSELL_API_BASE": "{your-tenant-api-url}",
        "TESSELL_API_KEY": "{your-api-key}",
        "TESSELL_TENANT_ID": "{your-tenant-id}"
      }
    }
  }
}

Database Connections

Connect to your database by setting an environment variable with your connection string. The variable name must start with CONNSTR_ (e.g., CONNSTR_HR_DB).

Example:

"env": {
  "CONNSTR_ANALYTICS_DB": "postgresql://user:password@host:5432/database",
  "CONNSTR_HR_DB": "oracle://user:password@host:1521/service"
}

Tessell MCP supports PostgreSQL and Oracle, with MySQL and SQL Server coming soon. Use the standard URI format for your database engine.

Be sure to replace the placeholders with your actual database information and keep your credentials secure.


What You Can Do

Service

Manage your data services deployed on Tessell with ease - Discover services, manage snapshots, and control lifecycles—across clouds and environments—using simple prompts.

Action Example Prompt
See all my services Show me all running services
Get details about a service Show details for the 'hr' service
List databases in a service List all databases in the analytics service
Find a service by name Find all services with 'prod' in the name
Start/stop a service Stop the integration test service
Manage snapshots Create a snapshot named 'pre-upgrade' for the hr availability machine
List snapshots Show all snapshots for the analytics availability machine

Database

Unlock the full potential of your databases—from provisioning and exploring metadata to running queries and troubleshooting performance, Tessell MCP Server simplifies every step of database interaction.

Action Example Prompt
Create a new database (Postgres) Create a db named prod_reporting with analytics connection
List schemas in a database Show me all schemas in the analytics database
List tables/views in a schema List all tables and views in the public schema of sales
Describe a table or view Describe the structure of the 'orders' table in reporting
Get sample data Show me 5 sample rows from the 'customers' table
Run a custom query Get top 10 transactions with amount greater than 1000
See slowest queries What are the slowest queries running on analytics?
Check database health Check the health of indexes and vacuum status in hr
Explain a query plan Explain the query plan for 'SELECT * FROM sales WHERE region = 'US''

Tessell Documentation (Coming Soon)**

Get answers directly from Tessell’s documentation - Search across product guides and configuration help—right from the MCP interface.


Security Notes

  • Tessell MCP Server is intended for local development and IDE integrations only.
  • Keep your API key and tenant credentials secure and private.
  • Review and approve all actions before allowing execution via the MCP client.
  • Database connection files should be kept secure and not committed to version control.

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

tessell_mcp-0.1.8.tar.gz (32.5 kB view details)

Uploaded Source

Built Distribution

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

tessell_mcp-0.1.8-py3-none-any.whl (34.2 kB view details)

Uploaded Python 3

File details

Details for the file tessell_mcp-0.1.8.tar.gz.

File metadata

  • Download URL: tessell_mcp-0.1.8.tar.gz
  • Upload date:
  • Size: 32.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for tessell_mcp-0.1.8.tar.gz
Algorithm Hash digest
SHA256 9a1cdd3be840b2b4724285e4350576503ae7985aa58d702153e1feff5528ad02
MD5 ebd3bc30ebfef8b90bcba60865301e02
BLAKE2b-256 6ead066a5910edac3aec8c56fdd01b086600afa550ecefc32c0f99c6516c06f7

See more details on using hashes here.

File details

Details for the file tessell_mcp-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: tessell_mcp-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 34.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for tessell_mcp-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 2cadd6bd1d5a31ae9c57bcba8877020124a220e93fc66c894ea28e7cfb624d1d
MD5 f3f9f9dac704737fa1e089a65015dddc
BLAKE2b-256 364bc1288b757dd2fc2aba6fc161a8ec10dd9d738f9a81352ddb66f1c8b86919

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