ores-mcp-server-core-libs.rs

ores-otel/ores-mcp-server-core-libs.rs
★ 0 stars Rust AI/LLM Updated today
Secure shared Rust MCP runtime: transports, AI connectors, observability, and formal lifecycle
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ores-mcp-server-core": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ores-mcp-server-core-libs.rs"
      ]
    }
  }
}

README Excerpt

Secure shared components for Rust MCP servers operated by `ores-otel` and related organizations. The crate standardizes: - a bounded, thread-safe asynchronous lifecycle state machine; - bounded MCP stdio, stateless Streamable HTTP, TCP NDJSON, and WebSocket runners; - configuration-driven OpenAI, Anthropic, and Gemini advisory connectors;

Tools (3)

ANTHROPIC_API_KEYGEMINI_API_KEYOPENAI_API_KEY