Skip to main content
Glama
indiekitai

indiekit-mcp

Official
by indiekitai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
pg_inspect_schemaA

Inspect PostgreSQL database schema — tables, columns, types, indexes, constraints, enums, and extensions

pg_diff_schemas

Compare two PostgreSQL databases and return migration SQL

pg_diff_summary

Compare two PostgreSQL databases and return a human-readable summary of differences

pg_top_activity

Get current PostgreSQL activity from pg_stat_activity

pg_top_stats

Get database statistics (connections, cache hit ratio, TPS)

pg_top_locks

Get current lock information from pg_locks

throttled_check_rate

Check if a key is rate limited using configurable algorithms (token-bucket, leaky-bucket, fixed-window, sliding-window, gcra)

throttled_get_status

Get current rate limit state for a key without consuming quota

just_list_recipes

List all recipes defined in a justfile

just_run_recipe

Execute a recipe from a justfile

just_parse_justfile

Parse a justfile and return the AST

lipgloss_style_render

Render styled terminal text with colors, bold, italic, borders, padding, margin, alignment

lipgloss_join_horizontal

Join multiple text blocks horizontally

lipgloss_join_vertical

Join multiple text blocks vertically

env_audit_scan

Scan a project directory for environment variables used in code

llm_context_scan

Scan files/directories and count tokens for LLM context window estimation

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/indiekitai/indiekit-mcp'

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