home / mcp / mcp client mcp server
Provides MCP server connectivity via HTTP or stdio transports enabling tool access, memory, and event routing for production-ready AI agents.
Configuration
View docs{
"mcpServers": {
"omnirexflora-labs-omnicoreagent": {
"url": "http://localhost:8080/mcp",
"headers": {
"LLM_API_KEY": "sk-...",
"QDRANT_HOST": "localhost",
"QDRANT_PORT": "6333",
"OPIK_API_KEY": "your-opik-key",
"OPIK_WORKSPACE": "my-workspace",
"ENABLE_VECTOR_DB": "true",
"EMBEDDING_API_KEY": "embeddings-key",
"OMNI_MEMORY_PROVIDER": "qdrant-remote"
}
}
}
}Access local filesystem tools via MCP server
Access GitHub MCP tools over HTTP transport
Get weather information using a registered tool
Compute area from length and width
Analyze data inputs to derive insights
Monitor system resources via a tool registered in the MCP environment