infocepo-infra-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@infocepo-infra-mcpsearch chromadb for recent AI agent documentation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
infocepo-infra-mcp
MCP server qui expose l'infrastructure infocepo.com comme outils MCP standard.
Installation
cd infocepo-infra-mcp
python3 -m venv .venv
source .venv/bin/activate
pip install -e .Related MCP server: openclaw-tools-mcp
Configuration
Créer ~/.infocepo-credentials (format JSON) :
{
"api_key": "sk-...",
"chroma_token": "CHROMA_TOKEN",
"s3_access_key": "AKIA...",
"s3_secret_key": "secret_key_here",
"registry_user": "user",
"registry_password": "REG_PASSWORD"
}Variables d'environnement (alternative au fichier) :
export INFOCEPO_API_KEY=sk-...
export INFOCEPO_CHROMA_TOKEN=...
export INFOCEPO_S3_ACCESS_KEY=AKIA...
export INFOCEPO_S3_SECRET_KEY=...
export INFOCEPO_REGISTRY_PASSWORD=...
export INFOCEPO_CREDENTIALS_FILE=/path/to/credentials.jsonConfiguration MCP client
Pour Hermes (config.yaml) :
mcp_servers:
infocepo-infra:
command: /home/ai-agent/work/infocepo-infra-mcp/.venv/bin/python
args:
- -m
- infocepo_mcp.server
env:
PYTHONPATH: /home/ai-agent/work/infocepo-infra-mcp/src
INFOCEPO_API_KEY: sk-...
timeout: 60Outils disponibles
Services API
Tool | Description |
| Chat completions OpenAI-compatible (ai-default, ai-thinking, ai-fast, etc.) |
| OCR / VLM — image (URL ou base64) → description |
| Transcription audio → texte (whisper-1) |
| Synthèse vocale texte → audio (opus/wav/mp3) |
| Génération d'images (OpenDalle) |
| Text embeddings (bge-m3) pour RAG/search |
| Résumé de longs textes |
| Segmentation locuteurs audio |
ChromaDB
Tool | Description |
| Lister collections |
| Recherche vectorielle (auto-embed) |
| Ajouter des documents vectorisés |
Registry & S3
Tool | Description |
| Lister images Docker du registry privé |
| Lister objets dans un bucket S3 |
| Upload fichier vers S3 |
| Download fichier depuis S3 |
Discovery (auto-wiki)
Tool | Description |
| Lister tous les services découverts |
| Re-fetch wiki et redécouvrir |
| Lire une page wiki |
| Parser une page wiki en sections structurées |
Test
python -m pytest tests/ -v # Tests unitaires
TEST_LIVE=1 python -m pytest tests/ -v # Tests live (nécessite réseau)Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityFmaintenanceMCP server that exposes 300+ AI agents as tools via a single API key. Supports listing agents, invoking any agent with chat-completion style messages, checking agent health, and retrieving platform statistics.Last updated53
- Alicense-qualityFmaintenanceExposes OpenClaw tools (web search, page fetching, browser automation, PDF analysis, messaging, inter-agent communication, Canvas) as MCP tools for ACP agents.Last updated1The Unlicense
- Flicense-qualityCmaintenanceExposes MCP tools that enable remote LLMs to query local Docker containers, OS processes, and system services in real time.Last updated
- Alicense-qualityCmaintenanceEnables AI agents to discover and execute tools via a secure MCP server with JWT authentication, RBAC, rate limiting, and audit logging.Last updated1MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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