aetherium-nexus-mcp-server

nomad-actual/aetherium-nexus-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
My collection of MCP tools
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aetherium-nexus-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "nomad-actual/aetherium-nexus-mcp-server"
      ]
    }
  }
}

README Excerpt

MCP server built on Node.js that exposes a set of tools to AI clients via Streamable HTTP transport. Includes a RAG pipeline for embedding and searching local documents. - **6 MCP tools** — weather, time, web search, package tracking, web scraping - **Streamable HTTP transport** — stateless JSON-RPC 2.0 on `POST /mcp`