Skip to main content
Glama

mcp-plexus

by Super-I-Tech
Apache 2.0
2
  • Apple
  • Linux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_NAMENoName of the MCP Plexus application.MCP Plexus Server
REDIS_DBNoRedis database index.0
REDIS_SSLNoWhether to use SSL for Redis connections (optional).
DEBUG_MODENoSet to 'True' for development (more verbose logging, Uvicorn reload).True
REDIS_HOSTYesRedis server hostname or IP address. Required for MCP sessions.localhost
REDIS_PORTNoRedis server port.6379
ADMIN_API_KEYYesA secret API key for accessing administrative endpoints (e.g., managing tenants, external OAuth providers).
REDIS_PASSWORDNoRedis server password (optional).
SQLITE_DB_PATHNoPath to the SQLite database file../mcp_plexus_data.sqlite3
DEV_SERVER_HOSTNoHost for the Uvicorn development server.127.0.0.1
DEV_SERVER_PORTNoPort for the Uvicorn development server.8000
STORAGE_BACKENDNoSet to 'sqlite' (default) or 'redis' for most persistent stores (e.g., Plexus user auth tokens, external OAuth provider configs).sqlite
DEV_SERVER_RELOADNoWhether to enable auto-reload for the Uvicorn development server.True
DEV_SERVER_LOG_LEVELNoLog level for the Uvicorn development server.info
PLEXUS_ENCRYPTION_KEYYesA Fernet encryption key used for encrypting sensitive data like API keys and external OAuth tokens stored in the database.
PLEXUS_CLI_API_BASE_URLNoBase URL for the Plexus CLI API.http://127.0.0.1:8080
PLEXUS_FASTMCP_LOG_LEVELNoLogging level for the FastMCP component (e.g., 'DEBUG', 'INFO').DEBUG
HOST_APP_REGISTRATION_SECRETYesA strong, unique secret that host applications must provide to register their users with Plexus (via the X-Host-App-Secret header).

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/Super-I-Tech/mcp_plexus'

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