Skip to main content
Glama
jommar

mcp-knowledgebase

by jommar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_HOSTYesDatabase host address
DB_NAMEYesDatabase name
DB_PORTNoDatabase port (default 3306)
DB_USERYesDatabase username
DB_PASSWORDYesDatabase password
QUERY_TIMEOUT_MSNoQuery timeout in milliseconds
MAX_ROWS_PER_PAGENoMaximum rows per page for pagination
DB_CONNECTION_LIMITNoMaximum number of connections in pool

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_schemaA

Get the complete database schema for all tables. This includes table names, column names, data types, nullable status, defaults, and comments. Use this to understand the database structure before writing queries. Paginated to prevent token overflow.

get_keysA

Get all keys (primary, foreign, unique) for all tables. This helps understand table relationships for JOIN operations. Returns primary keys, foreign keys, unique keys, and a relationships map showing how tables connect. Paginated to prevent token overflow.

raw_queryA

Execute a raw SELECT query on the database. This tool provides read-only access with automatic pagination. The query is validated to ensure only SELECT statements are allowed. Results are paginated to prevent overwhelming responses.

describe_tableA

Get detailed information about a specific table including all columns, their types, keys, and comments.

get_tablesA

Get a list of all tables in the database with their metadata (type, comment, engine, row count). Paginated to prevent token overflow.

search_tablesA

Search for tables or columns by name pattern. Useful for finding specific tables or columns when you don't know the exact name. Paginated to prevent token overflow.

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/jommar/mcp-knowledgebase'

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