Skip to main content
Glama
jrmatherly

ContextForge MCP Gateway

by jrmatherly

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_AUTHNoBearer token used when running mcpgateway.wrapper (e.g., 'Bearer your-token-here').
DATABASE_URLNoSQLAlchemy connection URL.sqlite:///./mcp.db
JWT_SECRET_KEYNoSecret key for signing JWT tokens (32+ chars). Generate with 'openssl rand -hex 32'.my-test-key
MCP_SERVER_URLNoThe URL of the target MCP server for the mcpgateway.wrapper.
SECURE_COOKIESNoSet false for HTTP (non-HTTPS) dev environments.true
BASIC_AUTH_USERNoUsername for HTTP Basic auth.admin
BASIC_AUTH_PASSWORDNoPassword for HTTP Basic auth.changeme
PLATFORM_ADMIN_EMAILNoEmail for bootstrap admin user.admin@example.com
MCPGATEWAY_UI_ENABLEDNoEnable Admin UI dashboard.true
MCP_TOOL_CALL_TIMEOUTNoTimeout for tool calls in seconds for the mcpgateway.wrapper.120
AUTH_ENCRYPTION_SECRETNoPassphrase for encrypting stored credentials. Generate with 'openssl rand -hex 32'.my-test-salt
PLATFORM_ADMIN_PASSWORDNoPassword for bootstrap admin user.changeme
PLATFORM_ADMIN_FULL_NAMENoDisplay name for bootstrap admin.Admin User
MCPGATEWAY_ADMIN_API_ENABLEDNoEnable Admin API endpoints.true

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/jrmatherly/mcp-context-forge'

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