Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
INFOCEPO_API_KEYNoAPI key for infocepo.com services
INFOCEPO_CHROMA_TOKENNoToken for ChromaDB access
INFOCEPO_REGISTRY_USERNoRegistry username (optional if using credentials file)
INFOCEPO_S3_ACCESS_KEYNoS3 access key
INFOCEPO_S3_SECRET_KEYNoS3 secret key
INFOCEPO_CREDENTIALS_FILENoPath to JSON credentials file containing api_key, chroma_token, s3_access_key, s3_secret_key, registry_user, registry_password
INFOCEPO_REGISTRY_PASSWORDNoRegistry password

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
infra_list_servicesA

List all infocepo.com infrastructure services with status and endpoints.

infra_refresh_discoveryA

Re-fetch and re-parse the wiki Main_Page to discover any changes to services/endpoints.

infra_read_wikiB

Read a page from the infocepo.com wiki. Useful for discovering new services, configurations, or documentation.

infra_parse_wikiA

Parse wiki wikitext and return structured sections. Returns list of sections with title and content.

llm_chatC

Chat completions using the infocepo LLM API (OpenAI-compatible). Supports chat, reasoning, code generation.

llm_visionA

Image-to-text / OCR / VLM using the ai-vision model. Send an image (URL or base64) and get a description.

stt_transcribeB

Transcribe audio to text using Whisper model. Accepts file path, URL, or base64 audio.

tts_speechA

Text-to-speech synthesis using OmniVoice model. Returns audio in opus/wav format.

image_generateB

Generate images from text prompts using OpenDalle model.

embeddings_createB

Generate text embeddings using BGE-M3 model for RAG/search. Returns vector arrays.

chromadb_collectionsB

List all ChromaDB collections in the vector database.

chromadb_searchB

Search ChromaDB collections with semantic/vector similarity search.

chromadb_upsertC

Upsert documents (with embeddings) into a ChromaDB collection.

summary_textB

Summarize long texts using the infocepo summary API.

diarize_audioB

Speaker diarization: identify and separate different speakers in an audio file.

registry_listC

List Docker images from the infocepo private registry.

s3_listB

List objects in an S3-compatible storage bucket.

s3_uploadB

Upload a file to S3-compatible storage.

s3_downloadB

Download a file from S3-compatible storage.

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/ynotopec/infocepo-infra-mcp'

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