casial-server

Crates.iocasial-server
lib.rscasial-server
version0.1.4
created_at2025-09-15 00:29:32.330673+00
updated_at2025-09-15 02:21:57.80597+00
descriptionHigh-performance WebSocket MCP server with consciousness-aware context coordination for AI agent systems
homepagehttps://promptedllc.com
repositoryhttps://github.com/prompted365/context-casial-xpress
max_upload_size
id1839293
size150,054
Breyden Taylor (prompted365)

documentation

https://docs.rs/casial-core

README

Casial Server

High-performance WebSocket MCP (Model Context Protocol) server with consciousness-aware context coordination.

Overview

Casial Server provides a WebSocket-based MCP server implementation that enables AI agents and tools to coordinate context with consciousness-aware intelligence. It's built on top of casial-core and provides real-time context sharing capabilities.

Features

  • WebSocket MCP Server: Full MCP compliance with WebSocket transport
  • Real-time Context Coordination: Live context sharing between connected clients
  • Consciousness-aware Processing: Intelligent context prioritization and management
  • High Performance: Built with Tokio for async performance
  • Observability: Built-in metrics and tracing support
  • File System Monitoring: Automatic context updates based on file changes

Installation & Usage

As a Binary

Install and run the server:

cargo install casial-server
casial-server --help

Configuration

The server can be configured via YAML, JSON, or environment variables:

# casial-server.yaml
host: "127.0.0.1"
port: 8080
max_connections: 1000
enable_metrics: true

Run with configuration:

casial-server --config casial-server.yaml

Development

# Clone the repository
git clone https://github.com/prompted-llc/context-casial-xpress
cd context-casial-xpress

# Run the server in development mode
cargo run -p casial-server -- --help

API

The server implements the Model Context Protocol (MCP) over WebSocket. Connected clients can:

  • Register context sources
  • Subscribe to context updates
  • Send context queries
  • Receive real-time context notifications

License

Licensed under either of

at your option.

Links

Commit count: 51

cargo fmt