DOME MCP

DOME MCP

Unified FastAPI server exposing 18 tools across 7 domains for the DOME-HUB sovereign stack, including E8 lattice, AMMA monitor, Akashic Records, and more.

Category
Visit Server

README

DOME MCP — Unified Model Context Protocol

Unified FastAPI server exposing 18 tools across 7 domains for the full DOME-HUB sovereign stack.

Architecture

Agent → MCP Server (:8200) → DOME-HUB compute engines
                               ├── E8 Lattice (240 roots, Voronoi routing)
                               ├── AMMA Monitor (self-healing, 4 pillars)
                               ├── Akashic Records (dimensional query/store)
                               ├── Knowledge Base (skills, agents)
                               ├── Fractal Memory (holographic zoom recall)
                               ├── CTO Validation (full suite + sync)
                               └── System Health (7 services + coherence φ)

Quick Start

cd dome-mcp
pip install -e .
python server.py
# → http://127.0.0.1:8200/docs

Tools

Category Tools Count
e8 roots, route, best_storage_node 3
amma heal, status 2
akashic write, query 2
kb skills, agents 2
memory fractal_store, fractal_recall 2
cto validate, sovereign_sync 2
system service_health, coherence 2

API

  • GET /health — Health check
  • GET /tools — List all tools (filter by ?category=)
  • POST /tools/{name} — Execute a tool
  • GET /docs — OpenAPI docs
  • GET /redoc — ReDoc docs

Testing

pip install -e ".[dev]"
pytest tests/ -v

Deployment

# Run as launchd service (auto-restart, auto-start on boot)
cp com.dome-hub.mcp.plist ~/Library/LaunchAgents/
launchctl load ~/Library/LaunchAgents/com.dome-hub.mcp.plist

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured