Skip to main content
Glama
HumanSamadian

Data Nexus MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_REST_API_URLYesThe base URL of the Data Nexus REST API (e.g., http://localhost:8000)
MCP_REST_API_USERNoUsername for basic or OAuth2 authentication (used with MCP_REST_API_PASSWORD)
MCP_REST_API_TOKENNoBearer token for OAuth2 authentication (alternative to username/password)
MCP_REST_API_PASSWORDNoPassword for basic or OAuth2 authentication (used with MCP_REST_API_USER)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
query_databaseD

Run a parameterized query on a named database connection.

get_schemaC

Retrieve schema information for a named database connection.

list_tablesC

List all tables or collections in a named database connection.

describe_tableA

Describe the structure of a specific table or collection.

execute_sqlB

Execute raw SQL or native database command on a named connection.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/HumanSamadian/data-nexus-mcp'

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