Skip to main content
Glama
HowardQin

fastmcp-opengauss

by HowardQin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENGAUSS_HOSTYesThe openGauss database host
OPENGAUSS_PORTYesThe openGauss database port
OPENGAUSS_USERYesThe openGauss database user
OPENGAUSS_DBNAMEYesThe openGauss database name
OPENGAUSS_PASSWORDYesThe openGauss database password

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_query

Execute an SQL commands on the openGauss server.

Args: query: SQL command

list_tables_in_current_schema

List table names in current schema on the openGauss server.

get_table_definition

Get table definition.

get_current_user_and_schema

Get current schema and current user.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
ListSchemasGet all schemas of the database.
ListTables Get all table names in current schema, in qualified table names, of the form <schema_name>.<table_name>.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HowardQin/fastmcp-opengauss'

If you have feedback or need assistance with the MCP directory API, please join our Discord server