Skip to main content
Glama
Mohd-FaiZ-Jr

Banking RAG MCP Server

by Mohd-FaiZ-Jr

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort the server binds to. Defaults to 3000 in local examples; typically provided by the deployment platform.3000
GITHUB_REPONoGitHub repository name for GitHub ingestion and webhook.
GITHUB_OWNERNoGitHub repository owner for GitHub ingestion and webhook.
GITHUB_TOKENNoGitHub personal access token for fetching files through the GitHub Contents API during ingestion.
SUPABASE_URLYesThe URL of the Supabase project, e.g. https://your-project.supabase.co
GITHUB_BRANCHNoGitHub branch to read files from.main
GEMINI_API_KEYYesGoogle Gemini API key used for generating embeddings.
EMBEDDING_DIMENSIONNoDimension of the Gemini embeddings. Must be 768, 1536, or 3072; this project uses 1536.1536
EXPECTED_GITHUB_PATHNoPath of the Markdown file in the GitHub repository used by integration tests, e.g. documents/BRD/transaction-reference.md.
GITHUB_WEBHOOK_SECRETNoSecret used to verify GitHub webhook HMAC SHA-256 signatures before processing webhook events.
SUPABASE_SERVICE_ROLE_KEYYesThe Supabase service role key. Never exposed in MCP responses or logs.

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/Mohd-FaiZ-Jr/supabase-rag-mcp'

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