home / mcp / mcp client mcp server

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.

Installation
Add the following to your MCP client configuration file.

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"
      }
    }
  }
}

Available tools

filesystem

Access local filesystem tools via MCP server

github

Access GitHub MCP tools over HTTP transport

weather

Get weather information using a registered tool

calculate_area

Compute area from length and width

analyze_data

Analyze data inputs to derive insights

monitor_system

Monitor system resources via a tool registered in the MCP environment